#223862

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

Shades of Catalina Blue #223862

Tints of Catalina Blue #223862

Color information

#223862 (or 0x223862) is unknown color: approx Catalina Blue. HEX triplet: 22, 38 and 62. RGB value is (34,56,98). Sum of RGB (Red+Green+Blue) = 34+56+98=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #223862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223862 is #DDC79D. Grayscale: #363636. Windows color (decimal): -14534558 or 6436898. OLE color: 6436898.

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

Color convert

RGB345698-
CMYK0.650.4300.62
HSL219.38º48.48%25.88%-
HSV(B)219.38º65.31%38.43%-
XYZ4.284.0512.11-
YUV54.21152.71113.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.09%
GREEN value IS 56 (22.27% from 255) = 29.79%
BLUE value IS 98 (38.67% from 255) = 52.13%
R=18.09%
G=29.79%
B=52.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3456980.650.4300.62219.3848.4825.88
Hex223862412B03Edb301a
Octal4270142101530763336032
Binary1000101110001100010100000110101101111101101101111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223862; }

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

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

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

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

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

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

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

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