Html Css Color HEX #233E60 Catalina Blue

📋 copy color: '#233E60'

red 35 ◦ green 62 ◦ blue 96

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

Shades of Catalina Blue #233E60

Tints of Catalina Blue #233E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 49.74%

R = 18.13%
G = 32.12%
B = 49.74%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#233E60 (or 0x233E60) is known color: Catalina Blue. HEX triplet: 23, 3E and 60. RGB value is (35,62,96). Sum of RGB (Red+Green+Blue) = 35+62+96=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #233E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233E60 is #DCC19F. Grayscale: #393939. Windows color (decimal): -14467488 or 6307363. OLE color: 6307363.

HSL color Cylindrical-coordinate representation of color #233E60: hue angle of 213.44º 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 #233E60 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 62 96 -
CMYK 0.64 0.35 0 0.62
HSL 213.44º 0.47% 0.26% -
HSV(B) 213.44º 0.64% 0.38% -
XYZ 4.53 4.65 11.72 -
YUV 57.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 35 62 96 0.64 0.35 0 0.62 213.44 0.47 0.26
Hex 23 3E 60 40 23 0 3E D5 2F 1A
Octal 43 76 140 100 43 0 76 325 57 32
Binary 100011 111110 1100000 1000000 100011 0 111110 11010101 101111 11010

Color Harmonies of #233E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233E60

Black with #233E60

Text Example


Text Example

White with #233E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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