Html Css Color HEX #234691 Tory Blue

📋 copy color: '#234691'

red 35 ◦ green 70 ◦ blue 145

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

Shades of Tory Blue #234691

Tints of Tory Blue #234691

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28%

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

R = 14%
G = 28%
B = 58%

CMYK

 C value IS 0.76

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#234691 (or 0x234691) is known color: Tory Blue. HEX triplet: 23, 46 and 91. RGB value is (35,70,145). Sum of RGB (Red+Green+Blue) = 35+70+145=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #234691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234691 is #DCB96E. Grayscale: #434343. Windows color (decimal): -14465391 or 9520675. OLE color: 9520675.

HSL color Cylindrical-coordinate representation of color #234691: hue angle of 220.91º 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 #234691 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 35 70 145 -
CMYK 0.76 0.52 0 0.43
HSL 220.91º 0.61% 0.35% -
HSV(B) 220.91º 0.76% 0.57% -
XYZ 7.99 6.78 27.68 -
YUV 68.09 171.4 104.4 -
System Red Green Blue C M Y K H S L
Decimal 35 70 145 0.76 0.52 0 0.43 220.91 0.61 0.35
Hex 23 46 91 4C 34 0 2B DD 3D 23
Octal 43 106 221 114 64 0 53 335 75 43
Binary 100011 1000110 10010001 1001100 110100 0 101011 11011101 111101 100011

Color Harmonies of #234691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234691

Black with #234691

Text Example


Text Example

White with #234691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234691; }

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

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

background-color css

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

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

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

border-color css

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

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

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