#302F5A

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

Shades of Deep Koamaru #302F5A

Tints of Deep Koamaru #302F5A

Color information

#302F5A (or 0x302F5A) is unknown color: approx Deep Koamaru. HEX triplet: 30, 2F and 5A. RGB value is (48,47,90). Sum of RGB (Red+Green+Blue) = 48+47+90=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #302F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302F5A is #CFD0A5. Grayscale: #343434. Windows color (decimal): -13619366 or 5910320. OLE color: 5910320.

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

Color convert

RGB484790-
CMYK0.470.4800.65
HSL241.4º31.39%26.86%-
HSV(B)241.4º47.78%35.29%-
XYZ4.083.410.11-
YUV52.2149.33125-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 47 (18.75% from 255) = 25.41%
BLUE value IS 90 (35.55% from 255) = 48.65%
R=25.95%
G=25.41%
B=48.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4847900.470.4800.65241.431.3926.86
Hex302F5A2F30041f11f1b
Octal6057132576001013613733
Binary110000101111101101010111111000001000001111100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,47,90); }

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

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

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

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

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

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

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