#30277A

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

Shades of Deep Koamaru #30277A

Tints of Deep Koamaru #30277A

Color information

#30277A (or 0x30277A) is unknown color: approx Deep Koamaru. HEX triplet: 30, 27 and 7A. RGB value is (48,39,122). Sum of RGB (Red+Green+Blue) = 48+39+122=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 122 (48.05% from 255 or 58.37% from 209); Max value from RGB is 122 - color contains mainly: blue. Hex color #30277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30277A is #CFD885. Grayscale: #323232. Windows color (decimal): -13621382 or 8005424. OLE color: 8005424.

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

Color convert

RGB4839122-
CMYK0.610.6800.52
HSL246.51º51.55%31.57%-
HSV(B)246.51º68.03%47.84%-
XYZ5.463.4818.8-
YUV51.15167.98125.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.97%
GREEN value IS 39 (15.62% from 255) = 18.66%
BLUE value IS 122 (48.05% from 255) = 58.37%
R=22.97%
G=18.66%
B=58.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48391220.610.6800.52246.5151.5531.57
Hex30277A3D44034f73420
Octal6047172751040643676440
Binary11000010011111110101111011000100011010011110111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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