Html Css Color HEX #223C6C Catalina Blue

📋 copy color: '#223C6C'

red 34 ◦ green 60 ◦ blue 108

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

Shades of Catalina Blue #223C6C

Tints of Catalina Blue #223C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 53.47%

R = 16.83%
G = 29.7%
B = 53.47%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#223C6C (or 0x223C6C) is known color: Catalina Blue. HEX triplet: 22, 3C and 6C. RGB value is (34,60,108). Sum of RGB (Red+Green+Blue) = 34+60+108=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #223C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223C6C is #DDC393. Grayscale: #393939. Windows color (decimal): -14533524 or 7093282. OLE color: 7093282.

HSL color Cylindrical-coordinate representation of color #223C6C: hue angle of 218.92º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #223C6C is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 34 60 108 -
CMYK 0.69 0.44 0 0.58
HSL 218.92º 0.52% 0.28% -
HSV(B) 218.92º 0.69% 0.42% -
XYZ 4.98 4.65 14.82 -
YUV 57.7 156.39 111.1 -
System Red Green Blue C M Y K H S L
Decimal 34 60 108 0.69 0.44 0 0.58 218.92 0.52 0.28
Hex 22 3C 6C 45 2C 0 3A DB 34 1C
Octal 42 74 154 105 54 0 72 333 64 34
Binary 100010 111100 1101100 1000101 101100 0 111010 11011011 110100 11100

Color Harmonies of #223C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223C6C

Black with #223C6C

Text Example


Text Example

White with #223C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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