Html Css Color HEX #223164 Catalina Blue

📋 copy color: '#223164'

red 34 ◦ green 49 ◦ blue 100

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

Shades of Catalina Blue #223164

Tints of Catalina Blue #223164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 54.64%

R = 18.58%
G = 26.78%
B = 54.64%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#223164 (or 0x223164) is known color: Catalina Blue. HEX triplet: 22, 31 and 64. RGB value is (34,49,100). Sum of RGB (Red+Green+Blue) = 34+49+100=183 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.58% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 100 (39.45% from 255 or 54.64% from 183); Max value from RGB is 100 - color contains mainly: blue. Hex color #223164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223164 is #DDCE9B. Grayscale: #323232. Windows color (decimal): -14536348 or 6566178. OLE color: 6566178.

HSL color Cylindrical-coordinate representation of color #223164: hue angle of 226.36º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #223164 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 34 49 100 -
CMYK 0.66 0.51 0 0.61
HSL 226.36º 0.49% 0.26% -
HSV(B) 226.36º 0.66% 0.39% -
XYZ 4.06 3.46 12.51 -
YUV 50.33 156.03 116.35 -
System Red Green Blue C M Y K H S L
Decimal 34 49 100 0.66 0.51 0 0.61 226.36 0.49 0.26
Hex 22 31 64 42 33 0 3D E2 31 1A
Octal 42 61 144 102 63 0 75 342 61 32
Binary 100010 110001 1100100 1000010 110011 0 111101 11100010 110001 11010

Color Harmonies of #223164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223164

Black with #223164

Text Example


Text Example

White with #223164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223164; }

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

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

background-color css

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

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

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

border-color css

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

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

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