#303272

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

Shades of Deep Koamaru #303272

Tints of Deep Koamaru #303272

Color information

#303272 (or 0x303272) is unknown color: approx Deep Koamaru. HEX triplet: 30, 32 and 72. RGB value is (48,50,114). Sum of RGB (Red+Green+Blue) = 48+50+114=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #303272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303272 is #CFCD8D. Grayscale: #383838. Windows color (decimal): -13618574 or 7483952. OLE color: 7483952.

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

Color convert

RGB4850114-
CMYK0.580.5600.55
HSL238.18º40.74%31.76%-
HSV(B)238.18º57.89%44.71%-
XYZ5.44.1216.43-
YUV56.7160.34121.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 50 (19.92% from 255) = 23.58%
BLUE value IS 114 (44.92% from 255) = 53.77%
R=22.64%
G=23.58%
B=53.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48501140.580.5600.55238.1840.7431.76
Hex3032723A38037ee2920
Octal606216272700673565140
Binary1100001100101110010111010111000011011111101110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303272; }

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

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

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

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

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

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

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

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