#213F6E

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

Shades of Catalina Blue #213F6E

Tints of Catalina Blue #213F6E

Color information

#213F6E (or 0x213F6E) is unknown color: approx Catalina Blue. HEX triplet: 21, 3F and 6E. RGB value is (33,63,110). Sum of RGB (Red+Green+Blue) = 33+63+110=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #213F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F6E is #DEC091. Grayscale: #3B3B3B. Windows color (decimal): -14598290 or 7225121. OLE color: 7225121.

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

Color convert

RGB3363110-
CMYK0.70.4300.57
HSL216.62º53.85%28.04%-
HSV(B)216.62º70%43.14%-
XYZ5.22515.44-
YUV59.39156.56109.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.02%
GREEN value IS 63 (25% from 255) = 30.58%
BLUE value IS 110 (43.36% from 255) = 53.40%
R=16.02%
G=30.58%
B=53.40%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33631100.70.4300.57216.6253.8528.04
Hex213F6E462B039d9361c
Octal4177156106530713316634
Binary1000011111111101110100011010101101110011101100111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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