#30277C

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

Shades of Deep Koamaru #30277C

Tints of Deep Koamaru #30277C

Color information

#30277C (or 0x30277C) is unknown color: approx Deep Koamaru. HEX triplet: 30, 27 and 7C. RGB value is (48,39,124). Sum of RGB (Red+Green+Blue) = 48+39+124=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #30277C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30277C is #CFD883. Grayscale: #333333. Windows color (decimal): -13621380 or 8136496. OLE color: 8136496.

HSL color Cylindrical-coordinate representation of color #30277C: hue angle of 246.35º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30277C is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4839124-
CMYK0.610.6900.51
HSL246.35º52.15%31.96%-
HSV(B)246.35º68.55%48.63%-
XYZ5.583.5319.46-
YUV51.38168.98125.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 39 (15.62% from 255) = 18.48%
BLUE value IS 124 (48.83% from 255) = 58.77%
R=22.75%
G=18.48%
B=58.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48391240.610.6900.51246.3552.1531.96
Hex30277C3D45033f63420
Octal6047174751050633666440
Binary11000010011111111001111011000101011001111110110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30277C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30277C; }

 p { color: rgb(48,39,124); }

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

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

 a { background-color: rgb(48,39,124); }

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

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

 span { border-color: rgb(48,39,124); }

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