Html Css Color HEX #213A5F Catalina Blue

📋 copy color: '#213A5F'

red 33 ◦ green 58 ◦ blue 95

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

Shades of Catalina Blue #213A5F

Tints of Catalina Blue #213A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 51.08%

R = 17.74%
G = 31.18%
B = 51.08%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#213A5F (or 0x213A5F) is known color: Catalina Blue. HEX triplet: 21, 3A and 5F. RGB value is (33,58,95). Sum of RGB (Red+Green+Blue) = 33+58+95=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 95 (37.5% from 255 or 51.08% from 186); Max value from RGB is 95 - color contains mainly: blue. Hex color #213A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213A5F is #DEC5A0. Grayscale: #363636. Windows color (decimal): -14599585 or 6240801. OLE color: 6240801.

HSL color Cylindrical-coordinate representation of color #213A5F: hue angle of 215.81º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #213A5F is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 33 58 95 -
CMYK 0.65 0.39 0 0.63
HSL 215.81º 0.48% 0.25% -
HSV(B) 215.81º 0.65% 0.37% -
XYZ 4.21 4.18 11.41 -
YUV 54.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 33 58 95 0.65 0.39 0 0.63 215.81 0.48 0.25
Hex 21 3A 5F 41 27 0 3F D8 30 19
Octal 41 72 137 101 47 0 77 330 60 31
Binary 100001 111010 1011111 1000001 100111 0 111111 11011000 110000 11001

Color Harmonies of #213A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213A5F

Black with #213A5F

Text Example


Text Example

White with #213A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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