Html Css Color HEX #234091 Tory Blue

📋 copy color: '#234091'

red 35 ◦ green 64 ◦ blue 145

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

Shades of Tory Blue #234091

Tints of Tory Blue #234091

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.23%

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

R = 14.34%
G = 26.23%
B = 59.43%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#234091 (or 0x234091) is known color: Tory Blue. HEX triplet: 23, 40 and 91. RGB value is (35,64,145). Sum of RGB (Red+Green+Blue) = 35+64+145=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #234091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234091 is #DCBF6E. Grayscale: #404040. Windows color (decimal): -14466927 or 9519139. OLE color: 9519139.

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

Color convert

RGB 35 64 145 -
CMYK 0.76 0.56 0 0.43
HSL 224.18º 0.61% 0.35% -
HSV(B) 224.18º 0.76% 0.57% -
XYZ 7.64 6.07 27.56 -
YUV 64.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 35 64 145 0.76 0.56 0 0.43 224.18 0.61 0.35
Hex 23 40 91 4C 38 0 2B E0 3D 23
Octal 43 100 221 114 70 0 53 340 75 43
Binary 100011 1000000 10010001 1001100 111000 0 101011 11100000 111101 100011

Color Harmonies of #234091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234091

Black with #234091

Text Example


Text Example

White with #234091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234091; }

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

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

background-color css

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

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

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

border-color css

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

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

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