Html Css Color HEX #233E66 Catalina Blue

📋 copy color: '#233E66'

red 35 ◦ green 62 ◦ blue 102

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

Shades of Catalina Blue #233E66

Tints of Catalina Blue #233E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 51.26%

R = 17.59%
G = 31.16%
B = 51.26%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#233E66 (or 0x233E66) is known color: Catalina Blue. HEX triplet: 23, 3E and 66. RGB value is (35,62,102). Sum of RGB (Red+Green+Blue) = 35+62+102=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #233E66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233E66 is #DCC199. Grayscale: #3A3A3A. Windows color (decimal): -14467482 or 6700579. OLE color: 6700579.

HSL color Cylindrical-coordinate representation of color #233E66: hue angle of 215.82º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #233E66 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 35 62 102 -
CMYK 0.66 0.39 0 0.6
HSL 215.82º 0.49% 0.27% -
HSV(B) 215.82º 0.66% 0.4% -
XYZ 4.81 4.76 13.24 -
YUV 58.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 35 62 102 0.66 0.39 0 0.6 215.82 0.49 0.27
Hex 23 3E 66 42 27 0 3C D8 31 1B
Octal 43 76 146 102 47 0 74 330 61 33
Binary 100011 111110 1100110 1000010 100111 0 111100 11011000 110001 11011

Color Harmonies of #233E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233E66

Black with #233E66

Text Example


Text Example

White with #233E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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