Html Css Color HEX #213D5F Catalina Blue

📋 copy color: '#213D5F'

red 33 ◦ green 61 ◦ blue 95

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

Shades of Catalina Blue #213D5F

Tints of Catalina Blue #213D5F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.28%

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

R = 17.46%
G = 32.28%
B = 50.26%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#213D5F (or 0x213D5F) is known color: Catalina Blue. HEX triplet: 21, 3D and 5F. RGB value is (33,61,95). Sum of RGB (Red+Green+Blue) = 33+61+95=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 95 (37.5% from 255 or 50.26% from 189); Max value from RGB is 95 - color contains mainly: blue. Hex color #213D5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D5F is #DEC2A0. Grayscale: #383838. Windows color (decimal): -14598817 or 6241569. OLE color: 6241569.

HSL color Cylindrical-coordinate representation of color #213D5F: hue angle of 212.9º 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 #213D5F is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 33 61 95 -
CMYK 0.65 0.36 0 0.63
HSL 212.9º 0.48% 0.25% -
HSV(B) 212.9º 0.65% 0.37% -
XYZ 4.36 4.49 11.46 -
YUV 56.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 33 61 95 0.65 0.36 0 0.63 212.9 0.48 0.25
Hex 21 3D 5F 41 24 0 3F D5 30 19
Octal 41 75 137 101 44 0 77 325 60 31
Binary 100001 111101 1011111 1000001 100100 0 111111 11010101 110000 11001

Color Harmonies of #213D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213D5F

Black with #213D5F

Text Example


Text Example

White with #213D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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