Html Css Color HEX #223162 Catalina Blue

📋 copy color: '#223162'

red 34 ◦ green 49 ◦ blue 98

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

Shades of Catalina Blue #223162

Tints of Catalina Blue #223162

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.07%

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

R = 18.78%
G = 27.07%
B = 54.14%

CMYK

 C value IS 0.65

 M value IS 0.5

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#223162 (or 0x223162) is known color: Catalina Blue. HEX triplet: 22, 31 and 62. RGB value is (34,49,98). Sum of RGB (Red+Green+Blue) = 34+49+98=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #223162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223162 is #DDCE9D. Grayscale: #313131. Windows color (decimal): -14536350 or 6435106. OLE color: 6435106.

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

Color convert

RGB 34 49 98 -
CMYK 0.65 0.5 0 0.62
HSL 225.94º 0.48% 0.26% -
HSV(B) 225.94º 0.65% 0.38% -
XYZ 3.96 3.42 12.01 -
YUV 50.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 34 49 98 0.65 0.5 0 0.62 225.94 0.48 0.26
Hex 22 31 62 41 32 0 3E E2 30 1A
Octal 42 61 142 101 62 0 76 342 60 32
Binary 100010 110001 1100010 1000001 110010 0 111110 11100010 110000 11010

Color Harmonies of #223162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223162

Black with #223162

Text Example


Text Example

White with #223162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223162; }

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

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

background-color css

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

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

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

border-color css

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

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

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