Html Css Color HEX #223362 Catalina Blue

📋 copy color: '#223362'

red 34 ◦ green 51 ◦ blue 98

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

Shades of Catalina Blue #223362

Tints of Catalina Blue #223362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 53.55%

R = 18.58%
G = 27.87%
B = 53.55%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#223362 (or 0x223362) is known color: Catalina Blue. HEX triplet: 22, 33 and 62. RGB value is (34,51,98). Sum of RGB (Red+Green+Blue) = 34+51+98=183 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.58% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #223362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223362 is #DDCC9D. Grayscale: #333333. Windows color (decimal): -14535838 or 6435618. OLE color: 6435618.

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

Color convert

RGB 34 51 98 -
CMYK 0.65 0.48 0 0.62
HSL 224.06º 0.48% 0.26% -
HSV(B) 224.06º 0.65% 0.38% -
XYZ 4.05 3.59 12.03 -
YUV 51.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 34 51 98 0.65 0.48 0 0.62 224.06 0.48 0.26
Hex 22 33 62 41 30 0 3E E0 30 1A
Octal 42 63 142 101 60 0 76 340 60 32
Binary 100010 110011 1100010 1000001 110000 0 111110 11100000 110000 11010

Color Harmonies of #223362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223362

Black with #223362

Text Example


Text Example

White with #223362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223362; }

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

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

background-color css

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

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

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

border-color css

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

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

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