Html Css Color HEX #223265 Catalina Blue

📋 copy color: '#223265'

red 34 ◦ green 50 ◦ blue 101

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

Shades of Catalina Blue #223265

Tints of Catalina Blue #223265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.03%

 BLUE value IS 101 (39.84% from 255) = 54.59%

R = 18.38%
G = 27.03%
B = 54.59%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#223265 (or 0x223265) is known color: Catalina Blue. HEX triplet: 22, 32 and 65. RGB value is (34,50,101). Sum of RGB (Red+Green+Blue) = 34+50+101=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 101 (39.84% from 255 or 54.59% from 185); Max value from RGB is 101 - color contains mainly: blue. Hex color #223265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223265 is #DDCD9A. Grayscale: #323232. Windows color (decimal): -14536091 or 6631970. OLE color: 6631970.

HSL color Cylindrical-coordinate representation of color #223265: hue angle of 225.67º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #223265 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 34 50 101 -
CMYK 0.66 0.50 0 0.60
HSL 225.67º 0.5% 0.26% -
HSV(B) 225.67º 0.66% 0.4% -
XYZ 4.15 3.56 12.78 -
YUV 51.03 156.2 115.85 -
System Red Green Blue C M Y K H S L
Decimal 34 50 101 0.66 0.50 0 0.60 225.67 0.5 0.26
Hex 22 32 65 42 32 0 3C E2 32 1A
Octal 42 62 145 102 62 0 74 342 62 32
Binary 100010 110010 1100101 1000010 110010 0 111100 11100010 110010 11010

Color Harmonies of #223265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223265

Black with #223265

Text Example


Text Example

White with #223265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223265; }

 p { color: rgb(34,50,101); }

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

background-color css

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

 a { background-color: rgb(34,50,101); }

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

border-color css

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

 span { border-color: rgb(34,50,101); }

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