#210E5C

Color #210E5C Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #210E5C

Tints of Paua #210E5C

Color information

#210E5C (or 0x210E5C) is unknown color: approx Paua. HEX triplet: 21, 0E and 5C. RGB value is (33,14,92). Sum of RGB (Red+Green+Blue) = 33+14+92=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 14 (5.86% from 255 or 10.07% from 139); Blue value is 92 (36.33% from 255 or 66.19% from 139); Max value from RGB is 92 - color contains mainly: blue. Hex color #210E5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210E5C is #DEF1A3. Grayscale: #1C1C1C. Windows color (decimal): -14610852 or 6032929. OLE color: 6032929.

HSL color Cylindrical-coordinate representation of color #210E5C: hue angle of 254.62º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #210E5C is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB331492-
CMYK0.640.8500.64
HSL254.62º73.58%20.78%-
HSV(B)254.62º84.78%36.08%-
XYZ2.721.4110.25-
YUV28.57163.79131.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.74%
GREEN value IS 14 (5.86% from 255) = 10.07%
BLUE value IS 92 (36.33% from 255) = 66.19%
R=23.74%
G=10.07%
B=66.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3314920.640.8500.64254.6273.5820.78
Hex21E5C4055040ff4a15
Octal4116134100125010037711225
Binary10000111101011100100000010101010100000011111111100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210E5C; }

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

 H1.HeaderClassName
 {
   color: #210E5C;
 }
 .AnyTagClassName
 {
   color: #210E5C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #210E5C;
 }
 .BgClassName
 {
   background-color: #210E5C;
 }
</style>
border-color css

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

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

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