Html Css Color HEX #213A6D Catalina Blue

📋 copy color: '#213A6D'

red 33 ◦ green 58 ◦ blue 109

#213A6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #213A6D

Tints of Catalina Blue #213A6D

RGB

 RED value IS 33 (13.28% from 255) = 16.5%

 GREEN value IS 58 (23.05% from 255) = 29%

 BLUE value IS 109 (42.97% from 255) = 54.5%

R = 16.5%
G = 29%
B = 54.5%

CMYK

 C value IS 0.70

 M value IS 0.47

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#213A6D (or 0x213A6D) is known color: Catalina Blue. HEX triplet: 21, 3A and 6D. RGB value is (33,58,109). Sum of RGB (Red+Green+Blue) = 33+58+109=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #213A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213A6D is #DEC592. Grayscale: #383838. Windows color (decimal): -14599571 or 7158305. OLE color: 7158305.

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

Color convert

RGB 33 58 109 -
CMYK 0.70 0.47 0 0.57
HSL 220.26º 0.54% 0.28% -
HSV(B) 220.26º 0.7% 0.43% -
XYZ 4.9 4.45 15.07 -
YUV 56.34 157.72 111.35 -
System Red Green Blue C M Y K H S L
Decimal 33 58 109 0.70 0.47 0 0.57 220.26 0.54 0.28
Hex 21 3A 6D 46 2F 0 39 DC 36 1C
Octal 41 72 155 106 57 0 71 334 66 34
Binary 100001 111010 1101101 1000110 101111 0 111001 11011100 110110 11100

Color Harmonies of #213A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213A6D

Black with #213A6D

Text Example


Text Example

White with #213A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #213A6D;
 }
 .AnyTagClassName
 {
   color: #213A6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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