Html Css Color HEX #21235D Paua

📋 copy color: '#21235D'

red 33 ◦ green 35 ◦ blue 93

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

Shades of Paua #21235D

Tints of Paua #21235D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.74%

 BLUE value IS 93 (36.72% from 255) = 57.76%

R = 20.5%
G = 21.74%
B = 57.76%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21235D (or 0x21235D) is known color: Paua. HEX triplet: 21, 23 and 5D. RGB value is (33,35,93). Sum of RGB (Red+Green+Blue) = 33+35+93=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #21235D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21235D is #DEDCA2. Grayscale: #282828. Windows color (decimal): -14605475 or 6103841. OLE color: 6103841.

HSL color Cylindrical-coordinate representation of color #21235D: hue angle of 238º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21235D is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 35 93 -
CMYK 0.65 0.62 0 0.64
HSL 238º 0.48% 0.25% -
HSV(B) 238º 0.65% 0.36% -
XYZ 3.2 2.32 10.63 -
YUV 41.01 157.34 122.28 -
System Red Green Blue C M Y K H S L
Decimal 33 35 93 0.65 0.62 0 0.64 238 0.48 0.25
Hex 21 23 5D 41 3E 0 40 EE 30 19
Octal 41 43 135 101 76 0 100 356 60 31
Binary 100001 100011 1011101 1000001 111110 0 1000000 11101110 110000 11001

Color Harmonies of #21235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21235D

Black with #21235D

Text Example


Text Example

White with #21235D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21235D; }

 p { color: rgb(33,35,93); }

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

background-color css

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

 a { background-color: rgb(33,35,93); }

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

border-color css

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

 span { border-color: rgb(33,35,93); }

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