Html Css Color HEX #211A4C Paua

📋 copy color: '#211A4C'

red 33 ◦ green 26 ◦ blue 76

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

Shades of Paua #211A4C

Tints of Paua #211A4C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.26%

 BLUE value IS 76 (30.08% from 255) = 56.3%

R = 24.44%
G = 19.26%
B = 56.3%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#211A4C (or 0x211A4C) is known color: Paua. HEX triplet: 21, 1A and 4C. RGB value is (33,26,76). Sum of RGB (Red+Green+Blue) = 33+26+76=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 76 (30.08% from 255 or 56.30% from 135); Max value from RGB is 76 - color contains mainly: blue. Hex color #211A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211A4C is #DEE5B3. Grayscale: #212121. Windows color (decimal): -14607796 or 4987425. OLE color: 4987425.

HSL color Cylindrical-coordinate representation of color #211A4C: hue angle of 248.4º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #211A4C is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 26 76 -
CMYK 0.57 0.66 0 0.70
HSL 248.4º 0.49% 0.2% -
HSV(B) 248.4º 0.66% 0.3% -
XYZ 2.3 1.58 7.02 -
YUV 33.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 33 26 76 0.57 0.66 0 0.70 248.4 0.49 0.2
Hex 21 1A 4C 39 42 0 46 F8 31 14
Octal 41 32 114 71 102 0 106 370 61 24
Binary 100001 11010 1001100 111001 1000010 0 1000110 11111000 110001 10100

Color Harmonies of #211A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211A4C

Black with #211A4C

Text Example


Text Example

White with #211A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,26,76); }

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

background-color css

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

 a { background-color: rgb(33,26,76); }

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

border-color css

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

 span { border-color: rgb(33,26,76); }

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