Html Css Color HEX #233E89 Tory Blue

📋 copy color: '#233E89'

red 35 ◦ green 62 ◦ blue 137

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

Shades of Tory Blue #233E89

Tints of Tory Blue #233E89

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.5%

 BLUE value IS 137 (53.91% from 255) = 58.55%

R = 14.96%
G = 26.5%
B = 58.55%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#233E89 (or 0x233E89) is known color: Tory Blue. HEX triplet: 23, 3E and 89. RGB value is (35,62,137). Sum of RGB (Red+Green+Blue) = 35+62+137=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #233E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233E89 is #DCC176. Grayscale: #3E3E3E. Windows color (decimal): -14467447 or 8994339. OLE color: 8994339.

HSL color Cylindrical-coordinate representation of color #233E89: hue angle of 224.12º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #233E89 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 35 62 137 -
CMYK 0.74 0.55 0 0.46
HSL 224.12º 0.59% 0.34% -
HSV(B) 224.12º 0.74% 0.54% -
XYZ 6.93 5.61 24.38 -
YUV 62.48 170.05 108.4 -
System Red Green Blue C M Y K H S L
Decimal 35 62 137 0.74 0.55 0 0.46 224.12 0.59 0.34
Hex 23 3E 89 4A 37 0 2E E0 3B 22
Octal 43 76 211 112 67 0 56 340 73 42
Binary 100011 111110 10001001 1001010 110111 0 101110 11100000 111011 100010

Color Harmonies of #233E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233E89

Black with #233E89

Text Example


Text Example

White with #233E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233E89; }

 p { color: rgb(35,62,137); }

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

background-color css

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

 a { background-color: rgb(35,62,137); }

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

border-color css

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

 span { border-color: rgb(35,62,137); }

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