Html Css Color HEX #234491 Tory Blue

📋 copy color: '#234491'

red 35 ◦ green 68 ◦ blue 145

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

Shades of Tory Blue #234491

Tints of Tory Blue #234491

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.42%

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

R = 14.11%
G = 27.42%
B = 58.47%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#234491 (or 0x234491) is known color: Tory Blue. HEX triplet: 23, 44 and 91. RGB value is (35,68,145). Sum of RGB (Red+Green+Blue) = 35+68+145=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #234491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234491 is #DCBB6E. Grayscale: #424242. Windows color (decimal): -14465903 or 9520163. OLE color: 9520163.

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

Color convert

RGB 35 68 145 -
CMYK 0.76 0.53 0 0.43
HSL 222º 0.61% 0.35% -
HSV(B) 222º 0.76% 0.57% -
XYZ 7.87 6.54 27.63 -
YUV 66.91 172.07 105.24 -
System Red Green Blue C M Y K H S L
Decimal 35 68 145 0.76 0.53 0 0.43 222 0.61 0.35
Hex 23 44 91 4C 35 0 2B DE 3D 23
Octal 43 104 221 114 65 0 53 336 75 43
Binary 100011 1000100 10010001 1001100 110101 0 101011 11011110 111101 100011

Color Harmonies of #234491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234491

Black with #234491

Text Example


Text Example

White with #234491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234491; }

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

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

background-color css

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

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

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

border-color css

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

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

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