Html Css Color HEX #223D60 Catalina Blue

📋 copy color: '#223D60'

red 34 ◦ green 61 ◦ blue 96

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

Shades of Catalina Blue #223D60

Tints of Catalina Blue #223D60

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.94%

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

R = 17.8%
G = 31.94%
B = 50.26%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#223D60 (or 0x223D60) is known color: Catalina Blue. HEX triplet: 22, 3D and 60. RGB value is (34,61,96). Sum of RGB (Red+Green+Blue) = 34+61+96=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #223D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223D60 is #DDC29F. Grayscale: #383838. Windows color (decimal): -14533280 or 6307106. OLE color: 6307106.

HSL color Cylindrical-coordinate representation of color #223D60: hue angle of 213.87º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #223D60 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 34 61 96 -
CMYK 0.65 0.36 0 0.62
HSL 213.87º 0.48% 0.25% -
HSV(B) 213.87º 0.65% 0.38% -
XYZ 4.44 4.52 11.71 -
YUV 56.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 34 61 96 0.65 0.36 0 0.62 213.87 0.48 0.25
Hex 22 3D 60 41 24 0 3E D6 30 19
Octal 42 75 140 101 44 0 76 326 60 31
Binary 100010 111101 1100000 1000001 100100 0 111110 11010110 110000 11001

Color Harmonies of #223D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223D60

Black with #223D60

Text Example


Text Example

White with #223D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,61,96); }

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

background-color css

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

 a { background-color: rgb(34,61,96); }

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

border-color css

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

 span { border-color: rgb(34,61,96); }

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