Html Css Color HEX #223360 Catalina Blue

📋 copy color: '#223360'

red 34 ◦ green 51 ◦ blue 96

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

Shades of Catalina Blue #223360

Tints of Catalina Blue #223360

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.18%

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

R = 18.78%
G = 28.18%
B = 53.04%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#223360 (or 0x223360) is known color: Catalina Blue. HEX triplet: 22, 33 and 60. RGB value is (34,51,96). Sum of RGB (Red+Green+Blue) = 34+51+96=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #223360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223360 is #DDCC9F. Grayscale: #323232. Windows color (decimal): -14535840 or 6304546. OLE color: 6304546.

HSL color Cylindrical-coordinate representation of color #223360: hue angle of 223.55º 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 #223360 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 34 51 96 -
CMYK 0.65 0.47 0 0.62
HSL 223.55º 0.48% 0.25% -
HSV(B) 223.55º 0.65% 0.38% -
XYZ 3.95 3.55 11.54 -
YUV 51.05 153.37 115.84 -
System Red Green Blue C M Y K H S L
Decimal 34 51 96 0.65 0.47 0 0.62 223.55 0.48 0.25
Hex 22 33 60 41 2F 0 3E E0 30 19
Octal 42 63 140 101 57 0 76 340 60 31
Binary 100010 110011 1100000 1000001 101111 0 111110 11100000 110000 11001

Color Harmonies of #223360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223360

Black with #223360

Text Example


Text Example

White with #223360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223360; }

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

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

background-color css

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

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

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

border-color css

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

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

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