#303062

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

Shades of Deep Koamaru #303062

Tints of Deep Koamaru #303062

Color information

#303062 (or 0x303062) is unknown color: approx Deep Koamaru. HEX triplet: 30, 30 and 62. RGB value is (48,48,98). Sum of RGB (Red+Green+Blue) = 48+48+98=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #303062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303062 is #CFCF9D. Grayscale: #353535. Windows color (decimal): -13619102 or 6434864. OLE color: 6434864.

HSL color Cylindrical-coordinate representation of color #303062: hue angle of 240º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #303062 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB484898-
CMYK0.510.5100.62
HSL240º34.25%28.63%-
HSV(B)240º51.02%38.43%-
XYZ4.483.6212.02-
YUV53.7153123.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 98 (38.67% from 255) = 50.52%
R=24.74%
G=24.74%
B=50.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4848980.510.5100.6224034.2528.63
Hex303062333303Ef0221d
Octal606014263630763604235
Binary110000110000110001011001111001101111101111000010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303062; }

 p { color: rgb(48,48,98); }

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

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

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

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

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

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

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