Html Css Color HEX #233762 Catalina Blue

📋 copy color: '#233762'

red 35 ◦ green 55 ◦ blue 98

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

Shades of Catalina Blue #233762

Tints of Catalina Blue #233762

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.26%

 BLUE value IS 98 (38.67% from 255) = 52.13%

R = 18.62%
G = 29.26%
B = 52.13%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#233762 (or 0x233762) is known color: Catalina Blue. HEX triplet: 23, 37 and 62. RGB value is (35,55,98). Sum of RGB (Red+Green+Blue) = 35+55+98=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #233762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233762 is #DCC89D. Grayscale: #353535. Windows color (decimal): -14469278 or 6436643. OLE color: 6436643.

HSL color Cylindrical-coordinate representation of color #233762: hue angle of 220.95º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #233762 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 55 98 -
CMYK 0.64 0.44 0 0.62
HSL 220.95º 0.47% 0.26% -
HSV(B) 220.95º 0.64% 0.38% -
XYZ 4.26 3.97 12.1 -
YUV 53.92 152.87 114.5 -
System Red Green Blue C M Y K H S L
Decimal 35 55 98 0.64 0.44 0 0.62 220.95 0.47 0.26
Hex 23 37 62 40 2C 0 3E DD 2F 1A
Octal 43 67 142 100 54 0 76 335 57 32
Binary 100011 110111 1100010 1000000 101100 0 111110 11011101 101111 11010

Color Harmonies of #233762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233762

Black with #233762

Text Example


Text Example

White with #233762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233762; }

 p { color: rgb(35,55,98); }

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

background-color css

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

 a { background-color: rgb(35,55,98); }

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

border-color css

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

 span { border-color: rgb(35,55,98); }

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