Html Css Color HEX #211F5C Paua

📋 copy color: '#211F5C'

red 33 ◦ green 31 ◦ blue 92

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

Shades of Paua #211F5C

Tints of Paua #211F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 58.97%

R = 21.15%
G = 19.87%
B = 58.97%

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

#211F5C (or 0x211F5C) is known color: Paua. HEX triplet: 21, 1F and 5C. RGB value is (33,31,92). Sum of RGB (Red+Green+Blue) = 33+31+92=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #211F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211F5C is #DEE0A3. Grayscale: #262626. Windows color (decimal): -14606500 or 6037281. OLE color: 6037281.

HSL color Cylindrical-coordinate representation of color #211F5C: hue angle of 241.97º degrees, saturation: 0.5, 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 #211F5C is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 31 92 -
CMYK 0.64 0.66 0 0.64
HSL 241.97º 0.5% 0.24% -
HSV(B) 241.97º 0.66% 0.36% -
XYZ 3.05 2.08 10.37 -
YUV 38.55 158.16 124.04 -
System Red Green Blue C M Y K H S L
Decimal 33 31 92 0.64 0.66 0 0.64 241.97 0.5 0.24
Hex 21 1F 5C 40 42 0 40 F2 32 18
Octal 41 37 134 100 102 0 100 362 62 30
Binary 100001 11111 1011100 1000000 1000010 0 1000000 11110010 110010 11000

Color Harmonies of #211F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211F5C

Black with #211F5C

Text Example


Text Example

White with #211F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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