Html Css Color HEX #234391 Tory Blue

📋 copy color: '#234391'

red 35 ◦ green 67 ◦ blue 145

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

Shades of Tory Blue #234391

Tints of Tory Blue #234391

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.13%

 BLUE value IS 145 (57.03% from 255) = 58.7%

R = 14.17%
G = 27.13%
B = 58.7%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#234391 (or 0x234391) is known color: Tory Blue. HEX triplet: 23, 43 and 91. RGB value is (35,67,145). Sum of RGB (Red+Green+Blue) = 35+67+145=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #234391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234391 is #DCBC6E. Grayscale: #414141. Windows color (decimal): -14466159 or 9519907. OLE color: 9519907.

HSL color Cylindrical-coordinate representation of color #234391: hue angle of 222.55º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #234391 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 35 67 145 -
CMYK 0.76 0.54 0 0.43
HSL 222.55º 0.61% 0.35% -
HSV(B) 222.55º 0.76% 0.57% -
XYZ 7.81 6.42 27.61 -
YUV 66.32 172.4 105.66 -
System Red Green Blue C M Y K H S L
Decimal 35 67 145 0.76 0.54 0 0.43 222.55 0.61 0.35
Hex 23 43 91 4C 36 0 2B DF 3D 23
Octal 43 103 221 114 66 0 53 337 75 43
Binary 100011 1000011 10010001 1001100 110110 0 101011 11011111 111101 100011

Color Harmonies of #234391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234391

Black with #234391

Text Example


Text Example

White with #234391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234391; }

 p { color: rgb(35,67,145); }

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

background-color css

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

 a { background-color: rgb(35,67,145); }

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

border-color css

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

 span { border-color: rgb(35,67,145); }

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