#223961

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

Shades of Catalina Blue #223961

Tints of Catalina Blue #223961

Color information

#223961 (or 0x223961) is unknown color: approx Catalina Blue. HEX triplet: 22, 39 and 61. RGB value is (34,57,97). Sum of RGB (Red+Green+Blue) = 34+57+97=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 97 (38.28% from 255 or 51.60% from 188); Max value from RGB is 97 - color contains mainly: blue. Hex color #223961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223961 is #DDC69E. Grayscale: #363636. Windows color (decimal): -14534303 or 6371618. OLE color: 6371618.

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

Color convert

RGB345797-
CMYK0.650.4100.62
HSL218.1º48.09%25.69%-
HSV(B)218.1º64.95%38.04%-
XYZ4.284.1311.88-
YUV54.68151.88113.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.09%
GREEN value IS 57 (22.66% from 255) = 30.32%
BLUE value IS 97 (38.28% from 255) = 51.60%
R=18.09%
G=30.32%
B=51.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3457970.650.4100.62218.148.0925.69
Hex223961412903Eda301a
Octal4271141101510763326032
Binary1000101110011100001100000110100101111101101101011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223961; }

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

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

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

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

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

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

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

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