Html Css Color HEX #211F57 Paua

📋 copy color: '#211F57'

red 33 ◦ green 31 ◦ blue 87

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

Shades of Paua #211F57

Tints of Paua #211F57

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.53%

 BLUE value IS 87 (34.38% from 255) = 57.62%

R = 21.85%
G = 20.53%
B = 57.62%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#211F57 (or 0x211F57) is known color: Paua. HEX triplet: 21, 1F and 57. RGB value is (33,31,87). Sum of RGB (Red+Green+Blue) = 33+31+87=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 87 (34.38% from 255 or 57.62% from 151); Max value from RGB is 87 - color contains mainly: blue. Hex color #211F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211F57 is #DEE0A8. Grayscale: #252525. Windows color (decimal): -14606505 or 5709601. OLE color: 5709601.

HSL color Cylindrical-coordinate representation of color #211F57: hue angle of 242.14º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #211F57 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 33 31 87 -
CMYK 0.62 0.64 0 0.66
HSL 242.14º 0.47% 0.23% -
HSV(B) 242.14º 0.64% 0.34% -
XYZ 2.84 1.99 9.25 -
YUV 37.98 155.66 124.45 -
System Red Green Blue C M Y K H S L
Decimal 33 31 87 0.62 0.64 0 0.66 242.14 0.47 0.23
Hex 21 1F 57 3E 40 0 42 F2 2F 17
Octal 41 37 127 76 100 0 102 362 57 27
Binary 100001 11111 1010111 111110 1000000 0 1000010 11110010 101111 10111

Color Harmonies of #211F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211F57

Black with #211F57

Text Example


Text Example

White with #211F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211F57; }

 p { color: rgb(33,31,87); }

 H1.HeaderClassName
 {
   color: #211F57;
 }
 .AnyTagClassName
 {
   color: #211F57;
 }
</style>

background-color css

<style>
 a { background-color: #211F57; }

 a { background-color: rgb(33,31,87); }

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

border-color css

<style>
 span { border-color: #211F57; }

 span { border-color: rgb(33,31,87); }

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