Html Css Color HEX #211F58 Paua

📋 copy color: '#211F58'

red 33 ◦ green 31 ◦ blue 88

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

Shades of Paua #211F58

Tints of Paua #211F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 57.89%

R = 21.71%
G = 20.39%
B = 57.89%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#211F58 (or 0x211F58) is known color: Paua. HEX triplet: 21, 1F and 58. RGB value is (33,31,88). Sum of RGB (Red+Green+Blue) = 33+31+88=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 88 (34.77% from 255 or 57.89% from 152); Max value from RGB is 88 - color contains mainly: blue. Hex color #211F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211F58 is #DEE0A7. Grayscale: #252525. Windows color (decimal): -14606504 or 5775137. OLE color: 5775137.

HSL color Cylindrical-coordinate representation of color #211F58: hue angle of 242.11º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #211F58 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 31 88 -
CMYK 0.62 0.65 0 0.65
HSL 242.11º 0.48% 0.23% -
HSV(B) 242.11º 0.65% 0.35% -
XYZ 2.88 2.01 9.47 -
YUV 38.1 156.16 124.37 -
System Red Green Blue C M Y K H S L
Decimal 33 31 88 0.62 0.65 0 0.65 242.11 0.48 0.23
Hex 21 1F 58 3E 41 0 41 F2 30 17
Octal 41 37 130 76 101 0 101 362 60 27
Binary 100001 11111 1011000 111110 1000001 0 1000001 11110010 110000 10111

Color Harmonies of #211F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211F58

Black with #211F58

Text Example


Text Example

White with #211F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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