Html Css Color HEX #213D4C Nile Blue

📋 copy color: '#213D4C'

red 33 ◦ green 61 ◦ blue 76

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

Shades of Nile Blue #213D4C

Tints of Nile Blue #213D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 44.71%

R = 19.41%
G = 35.88%
B = 44.71%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#213D4C (or 0x213D4C) is known color: Nile Blue. HEX triplet: 21, 3D and 4C. RGB value is (33,61,76). Sum of RGB (Red+Green+Blue) = 33+61+76=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 76 - color contains mainly: blue. Hex color #213D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D4C is #DEC2B3. Grayscale: #363636. Windows color (decimal): -14598836 or 4996385. OLE color: 4996385.

HSL color Cylindrical-coordinate representation of color #213D4C: hue angle of 200.93º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #213D4C is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 61 76 -
CMYK 0.57 0.20 0 0.70
HSL 200.93º 0.39% 0.21% -
HSV(B) 200.93º 0.57% 0.3% -
XYZ 3.6 4.18 7.46 -
YUV 54.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 33 61 76 0.57 0.20 0 0.70 200.93 0.39 0.21
Hex 21 3D 4C 39 14 0 46 C9 27 15
Octal 41 75 114 71 24 0 106 311 47 25
Binary 100001 111101 1001100 111001 10100 0 1000110 11001001 100111 10101

Color Harmonies of #213D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213D4C

Black with #213D4C

Text Example


Text Example

White with #213D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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