#213754

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

Shades of Catalina Blue #213754

Tints of Catalina Blue #213754

Color information

#213754 (or 0x213754) is unknown color: approx Catalina Blue. HEX triplet: 21, 37 and 54. RGB value is (33,55,84). Sum of RGB (Red+Green+Blue) = 33+55+84=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #213754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213754 is #DEC8AB. Grayscale: #333333. Windows color (decimal): -14600364 or 5519137. OLE color: 5519137.

HSL color Cylindrical-coordinate representation of color #213754: hue angle of 214.12º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #213754 is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB335584-
CMYK0.610.3500.67
HSL214.12º43.59%22.94%-
HSV(B)214.12º60.71%32.94%-
XYZ3.593.78.91-
YUV51.73146.21114.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.19%
GREEN value IS 55 (21.88% from 255) = 31.98%
BLUE value IS 84 (33.20% from 255) = 48.84%
R=19.19%
G=31.98%
B=48.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3355840.610.3500.67214.1243.5922.94
Hex2137543D23043d62c17
Octal4167124754301033265427
Binary1000011101111010100111101100011010000111101011010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213754; }

 p { color: rgb(33,55,84); }

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

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

 a { background-color: rgb(33,55,84); }

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

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

 span { border-color: rgb(33,55,84); }

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