#214065

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

Shades of Catalina Blue #214065

Tints of Catalina Blue #214065

Color information

#214065 (or 0x214065) is unknown color: approx Catalina Blue. HEX triplet: 21, 40 and 65. RGB value is (33,64,101). Sum of RGB (Red+Green+Blue) = 33+64+101=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #214065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214065 is #DEBF9A. Grayscale: #3A3A3A. Windows color (decimal): -14598043 or 6635553. OLE color: 6635553.

HSL color Cylindrical-coordinate representation of color #214065: hue angle of 212.65º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #214065 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3364101-
CMYK0.670.3700.60
HSL212.65º50.75%26.27%-
HSV(B)212.65º67.33%39.61%-
XYZ4.814.9313.01-
YUV58.95151.73109.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.67%
GREEN value IS 64 (25.39% from 255) = 32.32%
BLUE value IS 101 (39.84% from 255) = 51.01%
R=16.67%
G=32.32%
B=51.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33641010.670.3700.60212.6550.7526.27
Hex214065432503Cd5331a
Octal41100145103450743256332
Binary10000110000001100101100001110010101111001101010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214065; }

 p { color: rgb(33,64,101); }

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

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

 a { background-color: rgb(33,64,101); }

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

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

 span { border-color: rgb(33,64,101); }

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