Html Css Color HEX #233853 Catalina Blue

📋 copy color: '#233853'

red 35 ◦ green 56 ◦ blue 83

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

Shades of Catalina Blue #233853

Tints of Catalina Blue #233853

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.18%

 BLUE value IS 83 (32.81% from 255) = 47.7%

R = 20.11%
G = 32.18%
B = 47.7%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#233853 (or 0x233853) is known color: Catalina Blue. HEX triplet: 23, 38 and 53. RGB value is (35,56,83). Sum of RGB (Red+Green+Blue) = 35+56+83=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #233853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233853 is #DCC7AC. Grayscale: #343434. Windows color (decimal): -14469037 or 5453859. OLE color: 5453859.

HSL color Cylindrical-coordinate representation of color #233853: hue angle of 213.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #233853 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 56 83 -
CMYK 0.58 0.33 0 0.67
HSL 213.75º 0.41% 0.23% -
HSV(B) 213.75º 0.58% 0.33% -
XYZ 3.67 3.81 8.73 -
YUV 52.8 145.04 115.3 -
System Red Green Blue C M Y K H S L
Decimal 35 56 83 0.58 0.33 0 0.67 213.75 0.41 0.23
Hex 23 38 53 3A 21 0 43 D6 29 17
Octal 43 70 123 72 41 0 103 326 51 27
Binary 100011 111000 1010011 111010 100001 0 1000011 11010110 101001 10111

Color Harmonies of #233853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233853

Black with #233853

Text Example


Text Example

White with #233853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233853; }

 p { color: rgb(35,56,83); }

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

background-color css

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

 a { background-color: rgb(35,56,83); }

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

border-color css

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

 span { border-color: rgb(35,56,83); }

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