Html Css Color HEX #223C59 Catalina Blue

📋 copy color: '#223C59'

red 34 ◦ green 60 ◦ blue 89

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

Shades of Catalina Blue #223C59

Tints of Catalina Blue #223C59

RGB

 RED value IS 34 (13.67% from 255) = 18.58%

 GREEN value IS 60 (23.83% from 255) = 32.79%

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

R = 18.58%
G = 32.79%
B = 48.63%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#223C59 (or 0x223C59) is known color: Catalina Blue. HEX triplet: 22, 3C and 59. RGB value is (34,60,89). Sum of RGB (Red+Green+Blue) = 34+60+89=183 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.58% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #223C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223C59 is #DDC3A6. Grayscale: #373737. Windows color (decimal): -14533543 or 5848098. OLE color: 5848098.

HSL color Cylindrical-coordinate representation of color #223C59: hue angle of 211.64º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #223C59 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 60 89 -
CMYK 0.62 0.33 0 0.65
HSL 211.64º 0.45% 0.24% -
HSV(B) 211.64º 0.62% 0.35% -
XYZ 4.08 4.29 10.06 -
YUV 55.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 34 60 89 0.62 0.33 0 0.65 211.64 0.45 0.24
Hex 22 3C 59 3E 21 0 41 D4 2D 18
Octal 42 74 131 76 41 0 101 324 55 30
Binary 100010 111100 1011001 111110 100001 0 1000001 11010100 101101 11000

Color Harmonies of #223C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223C59

Black with #223C59

Text Example


Text Example

White with #223C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223C59; }

 p { color: rgb(34,60,89); }

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

background-color css

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

 a { background-color: rgb(34,60,89); }

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

border-color css

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

 span { border-color: rgb(34,60,89); }

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