#223F6E

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

Shades of Catalina Blue #223F6E

Tints of Catalina Blue #223F6E

Color information

#223F6E (or 0x223F6E) is unknown color: approx Catalina Blue. HEX triplet: 22, 3F and 6E. RGB value is (34,63,110). Sum of RGB (Red+Green+Blue) = 34+63+110=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #223F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223F6E is #DDC091. Grayscale: #3B3B3B. Windows color (decimal): -14532754 or 7225122. OLE color: 7225122.

HSL color Cylindrical-coordinate representation of color #223F6E: hue angle of 217.11º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #223F6E is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3463110-
CMYK0.690.4300.57
HSL217.11º52.78%28.24%-
HSV(B)217.11º69.09%43.14%-
XYZ5.255.0215.44-
YUV59.69156.39109.68-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.43%
GREEN value IS 63 (25% from 255) = 30.43%
BLUE value IS 110 (43.36% from 255) = 53.14%
R=16.43%
G=30.43%
B=53.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal34631100.690.4300.57217.1152.7828.24
Hex223F6E452B039d9351c
Octal4277156105530713316534
Binary1000101111111101110100010110101101110011101100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,63,110); }

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

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

 a { background-color: rgb(34,63,110); }

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

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

 span { border-color: rgb(34,63,110); }

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