#213F6D

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

Shades of Catalina Blue #213F6D

Tints of Catalina Blue #213F6D

Color information

#213F6D (or 0x213F6D) is unknown color: approx Catalina Blue. HEX triplet: 21, 3F and 6D. RGB value is (33,63,109). Sum of RGB (Red+Green+Blue) = 33+63+109=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #213F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F6D is #DEC092. Grayscale: #3B3B3B. Windows color (decimal): -14598291 or 7159585. OLE color: 7159585.

HSL color Cylindrical-coordinate representation of color #213F6D: hue angle of 216.32º 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 #213F6D is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3363109-
CMYK0.700.4200.57
HSL216.32º53.52%27.84%-
HSV(B)216.32º69.72%42.75%-
XYZ5.174.9815.16-
YUV59.27156.06109.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.10%
GREEN value IS 63 (25% from 255) = 30.73%
BLUE value IS 109 (42.97% from 255) = 53.17%
R=16.10%
G=30.73%
B=53.17%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33631090.700.4200.57216.3253.5227.84
Hex213F6D462A039d8361c
Octal4177155106520713306634
Binary1000011111111101101100011010101001110011101100011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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