Html Css Color HEX #21384D Nile Blue

📋 copy color: '#21384D'

red 33 ◦ green 56 ◦ blue 77

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

Shades of Nile Blue #21384D

Tints of Nile Blue #21384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.73%

 BLUE value IS 77 (30.47% from 255) = 46.39%

R = 19.88%
G = 33.73%
B = 46.39%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#21384D (or 0x21384D) is known color: Nile Blue. HEX triplet: 21, 38 and 4D. RGB value is (33,56,77). Sum of RGB (Red+Green+Blue) = 33+56+77=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #21384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21384D is #DEC7B2. Grayscale: #333333. Windows color (decimal): -14600115 or 5060641. OLE color: 5060641.

HSL color Cylindrical-coordinate representation of color #21384D: hue angle of 208.64º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21384D is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 56 77 -
CMYK 0.57 0.27 0 0.70
HSL 208.64º 0.4% 0.22% -
HSV(B) 208.64º 0.57% 0.3% -
XYZ 3.38 3.69 7.55 -
YUV 51.52 142.38 114.79 -
System Red Green Blue C M Y K H S L
Decimal 33 56 77 0.57 0.27 0 0.70 208.64 0.4 0.22
Hex 21 38 4D 39 1B 0 46 D1 28 16
Octal 41 70 115 71 33 0 106 321 50 26
Binary 100001 111000 1001101 111001 11011 0 1000110 11010001 101000 10110

Color Harmonies of #21384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21384D

Black with #21384D

Text Example


Text Example

White with #21384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21384D; }

 p { color: rgb(33,56,77); }

 H1.HeaderClassName
 {
   color: #21384D;
 }
 .AnyTagClassName
 {
   color: #21384D;
 }
</style>

background-color css

<style>
 a { background-color: #21384D; }

 a { background-color: rgb(33,56,77); }

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

border-color css

<style>
 span { border-color: #21384D; }

 span { border-color: rgb(33,56,77); }

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