Html Css Color HEX #234895 Tory Blue

📋 copy color: '#234895'

red 35 ◦ green 72 ◦ blue 149

#234895
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #234895

Tints of Tory Blue #234895

RGB

 RED value IS 35 (14.06% from 255) = 13.67%

 GREEN value IS 72 (28.52% from 255) = 28.13%

 BLUE value IS 149 (58.59% from 255) = 58.2%

R = 13.67%
G = 28.13%
B = 58.2%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#234895 (or 0x234895) is known color: Tory Blue. HEX triplet: 23, 48 and 95. RGB value is (35,72,149). Sum of RGB (Red+Green+Blue) = 35+72+149=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #234895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234895 is #DCB76A. Grayscale: #454545. Windows color (decimal): -14464875 or 9783331. OLE color: 9783331.

HSL color Cylindrical-coordinate representation of color #234895: hue angle of 220.53º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #234895 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 72 149 -
CMYK 0.77 0.52 0 0.42
HSL 220.53º 0.62% 0.36% -
HSV(B) 220.53º 0.77% 0.58% -
XYZ 8.44 7.16 29.37 -
YUV 69.72 172.74 103.24 -
System Red Green Blue C M Y K H S L
Decimal 35 72 149 0.77 0.52 0 0.42 220.53 0.62 0.36
Hex 23 48 95 4D 34 0 2A DD 3E 24
Octal 43 110 225 115 64 0 52 335 76 44
Binary 100011 1001000 10010101 1001101 110100 0 101010 11011101 111110 100100

Color Harmonies of #234895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234895

Black with #234895

Text Example


Text Example

White with #234895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234895; }

 p { color: rgb(35,72,149); }

 H1.HeaderClassName
 {
   color: #234895;
 }
 .AnyTagClassName
 {
   color: #234895;
 }
</style>

background-color css

<style>
 a { background-color: #234895; }

 a { background-color: rgb(35,72,149); }

 div.DivClassName
 {
   background-color: #234895;
 }
 .BgClassName
 {
   background-color: #234895;
 }
</style>

border-color css

<style>
 span { border-color: #234895; }

 span { border-color: rgb(35,72,149); }

 td.TdClassName
 {
   border-color: #234895;
 }
 .TagClassName
 {
   border-color: #234895;
 }
</style>