#223B57

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

Shades of Catalina Blue #223B57

Tints of Catalina Blue #223B57

Color information

#223B57 (or 0x223B57) is unknown color: approx Catalina Blue. HEX triplet: 22, 3B and 57. RGB value is (34,59,87). Sum of RGB (Red+Green+Blue) = 34+59+87=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #223B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223B57 is #DDC4A8. Grayscale: #363636. Windows color (decimal): -14533801 or 5716770. OLE color: 5716770.

HSL color Cylindrical-coordinate representation of color #223B57: hue angle of 211.7º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #223B57 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB345987-
CMYK0.610.3200.66
HSL211.7º43.8%23.73%-
HSV(B)211.7º60.92%34.12%-
XYZ3.944.169.61-
YUV54.72146.22113.22-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.89%
GREEN value IS 59 (23.44% from 255) = 32.78%
BLUE value IS 87 (34.38% from 255) = 48.33%
R=18.89%
G=32.78%
B=48.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3459870.610.3200.66211.743.823.73
Hex223B573D20042d42c18
Octal4273127754001023245430
Binary1000101110111010111111101100000010000101101010010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223B57; }

 p { color: rgb(34,59,87); }

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

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

 a { background-color: rgb(34,59,87); }

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

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

 span { border-color: rgb(34,59,87); }

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