Html Css Color HEX #211F5B Paua

📋 copy color: '#211F5B'

red 33 ◦ green 31 ◦ blue 91

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

Shades of Paua #211F5B

Tints of Paua #211F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 58.71%

R = 21.29%
G = 20%
B = 58.71%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#211F5B (or 0x211F5B) is known color: Paua. HEX triplet: 21, 1F and 5B. RGB value is (33,31,91). Sum of RGB (Red+Green+Blue) = 33+31+91=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #211F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211F5B is #DEE0A4. Grayscale: #262626. Windows color (decimal): -14606501 or 5971745. OLE color: 5971745.

HSL color Cylindrical-coordinate representation of color #211F5B: hue angle of 242º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #211F5B is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 31 91 -
CMYK 0.64 0.66 0 0.64
HSL 242º 0.49% 0.24% -
HSV(B) 242º 0.66% 0.36% -
XYZ 3.01 2.06 10.14 -
YUV 38.44 157.66 124.12 -
System Red Green Blue C M Y K H S L
Decimal 33 31 91 0.64 0.66 0 0.64 242 0.49 0.24
Hex 21 1F 5B 40 42 0 40 F2 31 18
Octal 41 37 133 100 102 0 100 362 61 30
Binary 100001 11111 1011011 1000000 1000010 0 1000000 11110010 110001 11000

Color Harmonies of #211F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211F5B

Black with #211F5B

Text Example


Text Example

White with #211F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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