#303077

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

Shades of Deep Koamaru #303077

Tints of Deep Koamaru #303077

Color information

#303077 (or 0x303077) is unknown color: approx Deep Koamaru. HEX triplet: 30, 30 and 77. RGB value is (48,48,119). Sum of RGB (Red+Green+Blue) = 48+48+119=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #303077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303077 is #CFCF88. Grayscale: #373737. Windows color (decimal): -13619081 or 7811120. OLE color: 7811120.

HSL color Cylindrical-coordinate representation of color #303077: hue angle of 240º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #303077 is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4848119-
CMYK0.600.6000.53
HSL240º42.51%32.75%-
HSV(B)240º59.66%46.67%-
XYZ5.614.0717.94-
YUV56.09163.5122.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.33%
GREEN value IS 48 (19.14% from 255) = 22.33%
BLUE value IS 119 (46.88% from 255) = 55.35%
R=22.33%
G=22.33%
B=55.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48481190.600.6000.5324042.5132.75
Hex3030773C3C035f02b21
Octal606016774740653605341
Binary1100001100001110111111100111100011010111110000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303077; }

 p { color: rgb(48,48,119); }

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

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

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

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

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

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

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