#223861

Color #223861 Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #223861

Tints of Catalina Blue #223861

Color information

#223861 (or 0x223861) is unknown color: approx Catalina Blue. HEX triplet: 22, 38 and 61. RGB value is (34,56,97). Sum of RGB (Red+Green+Blue) = 34+56+97=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #223861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223861 is #DDC79E. Grayscale: #353535. Windows color (decimal): -14534559 or 6371362. OLE color: 6371362.

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

Color convert

RGB345697-
CMYK0.650.4200.62
HSL219.05º48.09%25.69%-
HSV(B)219.05º64.95%38.04%-
XYZ4.234.0311.86-
YUV54.1152.21113.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.18%
GREEN value IS 56 (22.27% from 255) = 29.95%
BLUE value IS 97 (38.28% from 255) = 51.87%
R=18.18%
G=29.95%
B=51.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3456970.650.4200.62219.0548.0925.69
Hex223861412A03Edb301a
Octal4270141101520763336032
Binary1000101110001100001100000110101001111101101101111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223861; }

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

 H1.HeaderClassName
 {
   color: #223861;
 }
 .AnyTagClassName
 {
   color: #223861;
 }
</style>
background-color css

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

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

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

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

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

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