#303271

Color #303271 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #303271

Tints of Deep Koamaru #303271

Color information

#303271 (or 0x303271) is unknown color: approx Deep Koamaru. HEX triplet: 30, 32 and 71. RGB value is (48,50,113). Sum of RGB (Red+Green+Blue) = 48+50+113=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #303271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303271 is #CFCD8E. Grayscale: #383838. Windows color (decimal): -13618575 or 7418416. OLE color: 7418416.

HSL color Cylindrical-coordinate representation of color #303271: hue angle of 238.15º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #303271 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4850113-
CMYK0.580.5600.56
HSL238.15º40.37%31.57%-
HSV(B)238.15º57.52%44.31%-
XYZ5.344.116.13-
YUV56.58159.84121.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 50 (19.92% from 255) = 23.70%
BLUE value IS 113 (44.53% from 255) = 53.55%
R=22.75%
G=23.70%
B=53.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48501130.580.5600.56238.1540.3731.57
Hex3032713A38038ee2820
Octal606216172700703565040
Binary1100001100101110001111010111000011100011101110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303271; }

 p { color: rgb(48,50,113); }

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

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

 a { background-color: rgb(48,50,113); }

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

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

 span { border-color: rgb(48,50,113); }

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