Html Css Color HEX #223261 Catalina Blue

📋 copy color: '#223261'

red 34 ◦ green 50 ◦ blue 97

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

Shades of Catalina Blue #223261

Tints of Catalina Blue #223261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 53.59%

R = 18.78%
G = 27.62%
B = 53.59%

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

#223261 (or 0x223261) is known color: Catalina Blue. HEX triplet: 22, 32 and 61. RGB value is (34,50,97). Sum of RGB (Red+Green+Blue) = 34+50+97=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #223261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223261 is #DDCD9E. Grayscale: #323232. Windows color (decimal): -14536095 or 6369826. OLE color: 6369826.

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

Color convert

RGB 34 50 97 -
CMYK 0.65 0.48 0 0.62
HSL 224.76º 0.48% 0.26% -
HSV(B) 224.76º 0.65% 0.38% -
XYZ 3.96 3.48 11.77 -
YUV 50.57 154.2 116.18 -
System Red Green Blue C M Y K H S L
Decimal 34 50 97 0.65 0.48 0 0.62 224.76 0.48 0.26
Hex 22 32 61 41 30 0 3E E1 30 1A
Octal 42 62 141 101 60 0 76 341 60 32
Binary 100010 110010 1100001 1000001 110000 0 111110 11100001 110000 11010

Color Harmonies of #223261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223261

Black with #223261

Text Example


Text Example

White with #223261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223261; }

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

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

background-color css

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

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

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

border-color css

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

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

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