Html Css Color HEX #212257 Paua

📋 copy color: '#212257'

red 33 ◦ green 34 ◦ blue 87

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

Shades of Paua #212257

Tints of Paua #212257

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.08%

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

R = 21.43%
G = 22.08%
B = 56.49%

CMYK

 C value IS 0.62

 M value IS 0.61

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#212257 (or 0x212257) is known color: Paua. HEX triplet: 21, 22 and 57. RGB value is (33,34,87). Sum of RGB (Red+Green+Blue) = 33+34+87=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 87 (34.38% from 255 or 56.49% from 154); Max value from RGB is 87 - color contains mainly: blue. Hex color #212257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212257 is #DEDDA8. Grayscale: #272727. Windows color (decimal): -14605737 or 5710369. OLE color: 5710369.

HSL color Cylindrical-coordinate representation of color #212257: hue angle of 238.89º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #212257 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 33 34 87 -
CMYK 0.62 0.61 0 0.66
HSL 238.89º 0.45% 0.24% -
HSV(B) 238.89º 0.62% 0.34% -
XYZ 2.92 2.16 9.28 -
YUV 39.74 154.67 123.19 -
System Red Green Blue C M Y K H S L
Decimal 33 34 87 0.62 0.61 0 0.66 238.89 0.45 0.24
Hex 21 22 57 3E 3D 0 42 EF 2D 18
Octal 41 42 127 76 75 0 102 357 55 30
Binary 100001 100010 1010111 111110 111101 0 1000010 11101111 101101 11000

Color Harmonies of #212257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212257

Black with #212257

Text Example


Text Example

White with #212257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212257; }

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

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

background-color css

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

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

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

border-color css

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

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

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