#302A77

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

Shades of Deep Koamaru #302A77

Tints of Deep Koamaru #302A77

Color information

#302A77 (or 0x302A77) is unknown color: approx Deep Koamaru. HEX triplet: 30, 2A and 77. RGB value is (48,42,119). Sum of RGB (Red+Green+Blue) = 48+42+119=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #302A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302A77 is #CFD588. Grayscale: #343434. Windows color (decimal): -13620617 or 7809584. OLE color: 7809584.

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

Color convert

RGB4842119-
CMYK0.600.6500.53
HSL244.68º47.83%31.57%-
HSV(B)244.68º64.71%46.67%-
XYZ5.383.6217.87-
YUV52.57165.49124.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.97%
GREEN value IS 42 (16.80% from 255) = 20.10%
BLUE value IS 119 (46.88% from 255) = 56.94%
R=22.97%
G=20.10%
B=56.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48421190.600.6500.53244.6847.8331.57
Hex302A773C41035f53020
Octal6052167741010653656040
Binary11000010101011101111111001000001011010111110101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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