#213A68

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

Shades of Catalina Blue #213A68

Tints of Catalina Blue #213A68

Color information

#213A68 (or 0x213A68) is unknown color: approx Catalina Blue. HEX triplet: 21, 3A and 68. RGB value is (33,58,104). Sum of RGB (Red+Green+Blue) = 33+58+104=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #213A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213A68 is #DEC597. Grayscale: #373737. Windows color (decimal): -14599576 or 6830625. OLE color: 6830625.

HSL color Cylindrical-coordinate representation of color #213A68: hue angle of 218.87º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #213A68 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3358104-
CMYK0.680.4400.59
HSL218.87º51.82%26.86%-
HSV(B)218.87º68.27%40.78%-
XYZ4.644.3513.69-
YUV55.77155.22111.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.92%
GREEN value IS 58 (23.05% from 255) = 29.74%
BLUE value IS 104 (41.02% from 255) = 53.33%
R=16.92%
G=29.74%
B=53.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33581040.680.4400.59218.8751.8226.86
Hex213A68442C03Bdb341b
Octal4172150104540733336433
Binary1000011110101101000100010010110001110111101101111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,58,104); }

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

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

 a { background-color: rgb(33,58,104); }

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

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

 span { border-color: rgb(33,58,104); }

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