#302877

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

Shades of Deep Koamaru #302877

Tints of Deep Koamaru #302877

Color information

#302877 (or 0x302877) is unknown color: approx Deep Koamaru. HEX triplet: 30, 28 and 77. RGB value is (48,40,119). Sum of RGB (Red+Green+Blue) = 48+40+119=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 119 (46.88% from 255 or 57.49% from 207); Max value from RGB is 119 - color contains mainly: blue. Hex color #302877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302877 is #CFD788. Grayscale: #333333. Windows color (decimal): -13621129 or 7809072. OLE color: 7809072.

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

Color convert

RGB4840119-
CMYK0.600.6600.53
HSL246.08º49.69%31.18%-
HSV(B)246.08º66.39%46.67%-
XYZ5.313.4817.84-
YUV51.4166.15125.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 119 (46.88% from 255) = 57.49%
R=23.19%
G=19.32%
B=57.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48401190.600.6600.53246.0849.6931.18
Hex3028773C42035f6321f
Octal6050167741020653666237
Binary1100001010001110111111100100001001101011111011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302877; }

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

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

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

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

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

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

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

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