Html Css Color HEX #233952 Catalina Blue

📋 copy color: '#233952'

red 35 ◦ green 57 ◦ blue 82

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

Shades of Catalina Blue #233952

Tints of Catalina Blue #233952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 47.13%

R = 20.11%
G = 32.76%
B = 47.13%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#233952 (or 0x233952) is known color: Catalina Blue. HEX triplet: 23, 39 and 52. RGB value is (35,57,82). Sum of RGB (Red+Green+Blue) = 35+57+82=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 82 (32.42% from 255 or 47.13% from 174); Max value from RGB is 82 - color contains mainly: blue. Hex color #233952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233952 is #DCC6AD. Grayscale: #353535. Windows color (decimal): -14468782 or 5388579. OLE color: 5388579.

HSL color Cylindrical-coordinate representation of color #233952: hue angle of 211.91º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #233952 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 35 57 82 -
CMYK 0.57 0.30 0 0.68
HSL 211.91º 0.4% 0.23% -
HSV(B) 211.91º 0.57% 0.32% -
XYZ 3.68 3.89 8.54 -
YUV 53.27 144.21 114.97 -
System Red Green Blue C M Y K H S L
Decimal 35 57 82 0.57 0.30 0 0.68 211.91 0.4 0.23
Hex 23 39 52 39 1E 0 44 D4 28 17
Octal 43 71 122 71 36 0 104 324 50 27
Binary 100011 111001 1010010 111001 11110 0 1000100 11010100 101000 10111

Color Harmonies of #233952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233952

Black with #233952

Text Example


Text Example

White with #233952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233952; }

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

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

background-color css

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

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

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

border-color css

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

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

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