#302D77

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

Shades of Deep Koamaru #302D77

Tints of Deep Koamaru #302D77

Color information

#302D77 (or 0x302D77) is unknown color: approx Deep Koamaru. HEX triplet: 30, 2D and 77. RGB value is (48,45,119). Sum of RGB (Red+Green+Blue) = 48+45+119=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #302D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302D77 is #CFD288. Grayscale: #363636. Windows color (decimal): -13619849 or 7810352. OLE color: 7810352.

HSL color Cylindrical-coordinate representation of color #302D77: hue angle of 242.43º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #302D77 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4845119-
CMYK0.600.6200.53
HSL242.43º45.12%32.16%-
HSV(B)242.43º62.18%46.67%-
XYZ5.493.8417.9-
YUV54.33164.49123.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 45 (17.97% from 255) = 21.23%
BLUE value IS 119 (46.88% from 255) = 56.13%
R=22.64%
G=21.23%
B=56.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48451190.600.6200.53242.4345.1232.16
Hex302D773C3E035f22d20
Octal605516774760653625540
Binary1100001011011110111111100111110011010111110010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302D77; }

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

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

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

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

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

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

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

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