Html Css Color HEX #233959 Catalina Blue

📋 copy color: '#233959'

red 35 ◦ green 57 ◦ blue 89

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

Shades of Catalina Blue #233959

Tints of Catalina Blue #233959

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.49%

 BLUE value IS 89 (35.16% from 255) = 49.17%

R = 19.34%
G = 31.49%
B = 49.17%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#233959 (or 0x233959) is known color: Catalina Blue. HEX triplet: 23, 39 and 59. RGB value is (35,57,89). Sum of RGB (Red+Green+Blue) = 35+57+89=181 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.34% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #233959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233959 is #DCC6A6. Grayscale: #353535. Windows color (decimal): -14468775 or 5847331. OLE color: 5847331.

HSL color Cylindrical-coordinate representation of color #233959: hue angle of 215.56º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #233959 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 57 89 -
CMYK 0.61 0.36 0 0.65
HSL 215.56º 0.44% 0.24% -
HSV(B) 215.56º 0.61% 0.35% -
XYZ 3.96 4 10.02 -
YUV 54.07 147.71 114.4 -
System Red Green Blue C M Y K H S L
Decimal 35 57 89 0.61 0.36 0 0.65 215.56 0.44 0.24
Hex 23 39 59 3D 24 0 41 D8 2C 18
Octal 43 71 131 75 44 0 101 330 54 30
Binary 100011 111001 1011001 111101 100100 0 1000001 11011000 101100 11000

Color Harmonies of #233959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233959

Black with #233959

Text Example


Text Example

White with #233959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233959; }

 p { color: rgb(35,57,89); }

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

background-color css

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

 a { background-color: rgb(35,57,89); }

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

border-color css

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

 span { border-color: rgb(35,57,89); }

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