Html Css Color HEX #233387 Resolution Blue

📋 copy color: '#233387'

red 35 ◦ green 51 ◦ blue 135

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

Shades of Resolution Blue #233387

Tints of Resolution Blue #233387

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.08%

 BLUE value IS 135 (53.13% from 255) = 61.09%

R = 15.84%
G = 23.08%
B = 61.09%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#233387 (or 0x233387) is known color: Resolution Blue. HEX triplet: 23, 33 and 87. RGB value is (35,51,135). Sum of RGB (Red+Green+Blue) = 35+51+135=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 135 (53.12% from 255 or 61.09% from 221); Max value from RGB is 135 - color contains mainly: blue. Hex color #233387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233387 is #DCCC78. Grayscale: #373737. Windows color (decimal): -14470265 or 8860451. OLE color: 8860451.

HSL color Cylindrical-coordinate representation of color #233387: hue angle of 230.4º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #233387 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 35 51 135 -
CMYK 0.74 0.62 0 0.47
HSL 230.4º 0.59% 0.33% -
HSV(B) 230.4º 0.74% 0.53% -
XYZ 6.25 4.47 23.46 -
YUV 55.79 172.7 113.17 -
System Red Green Blue C M Y K H S L
Decimal 35 51 135 0.74 0.62 0 0.47 230.4 0.59 0.33
Hex 23 33 87 4A 3E 0 2F E6 3B 21
Octal 43 63 207 112 76 0 57 346 73 41
Binary 100011 110011 10000111 1001010 111110 0 101111 11100110 111011 100001

Color Harmonies of #233387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233387

Black with #233387

Text Example


Text Example

White with #233387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233387; }

 p { color: rgb(35,51,135); }

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

background-color css

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

 a { background-color: rgb(35,51,135); }

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

border-color css

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

 span { border-color: rgb(35,51,135); }

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