Html Css Color HEX #223C6E Catalina Blue

📋 copy color: '#223C6E'

red 34 ◦ green 60 ◦ blue 110

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

Shades of Catalina Blue #223C6E

Tints of Catalina Blue #223C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 53.92%

R = 16.67%
G = 29.41%
B = 53.92%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#223C6E (or 0x223C6E) is known color: Catalina Blue. HEX triplet: 22, 3C and 6E. RGB value is (34,60,110). Sum of RGB (Red+Green+Blue) = 34+60+110=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #223C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223C6E is #DDC391. Grayscale: #393939. Windows color (decimal): -14533522 or 7224354. OLE color: 7224354.

HSL color Cylindrical-coordinate representation of color #223C6E: hue angle of 219.47º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #223C6E is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 34 60 110 -
CMYK 0.69 0.45 0 0.57
HSL 219.47º 0.53% 0.28% -
HSV(B) 219.47º 0.69% 0.43% -
XYZ 5.09 4.7 15.39 -
YUV 57.93 157.39 110.93 -
System Red Green Blue C M Y K H S L
Decimal 34 60 110 0.69 0.45 0 0.57 219.47 0.53 0.28
Hex 22 3C 6E 45 2D 0 39 DB 35 1C
Octal 42 74 156 105 55 0 71 333 65 34
Binary 100010 111100 1101110 1000101 101101 0 111001 11011011 110101 11100

Color Harmonies of #223C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223C6E

Black with #223C6E

Text Example


Text Example

White with #223C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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