Html Css Color HEX #223C5C Catalina Blue

📋 copy color: '#223C5C'

red 34 ◦ green 60 ◦ blue 92

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

Shades of Catalina Blue #223C5C

Tints of Catalina Blue #223C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 49.46%

R = 18.28%
G = 32.26%
B = 49.46%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#223C5C (or 0x223C5C) is known color: Catalina Blue. HEX triplet: 22, 3C and 5C. RGB value is (34,60,92). Sum of RGB (Red+Green+Blue) = 34+60+92=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #223C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223C5C is #DDC3A3. Grayscale: #373737. Windows color (decimal): -14533540 or 6044706. OLE color: 6044706.

HSL color Cylindrical-coordinate representation of color #223C5C: hue angle of 213.1º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #223C5C is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 34 60 92 -
CMYK 0.63 0.35 0 0.64
HSL 213.1º 0.46% 0.25% -
HSV(B) 213.1º 0.63% 0.36% -
XYZ 4.21 4.34 10.74 -
YUV 55.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 34 60 92 0.63 0.35 0 0.64 213.1 0.46 0.25
Hex 22 3C 5C 3F 23 0 40 D5 2E 19
Octal 42 74 134 77 43 0 100 325 56 31
Binary 100010 111100 1011100 111111 100011 0 1000000 11010101 101110 11001

Color Harmonies of #223C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223C5C

Black with #223C5C

Text Example


Text Example

White with #223C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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