#303061

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

Shades of Deep Koamaru #303061

Tints of Deep Koamaru #303061

Color information

#303061 (or 0x303061) is unknown color: approx Deep Koamaru. HEX triplet: 30, 30 and 61. RGB value is (48,48,97). Sum of RGB (Red+Green+Blue) = 48+48+97=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #303061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303061 is #CFCF9E. Grayscale: #353535. Windows color (decimal): -13619103 or 6369328. OLE color: 6369328.

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

Color convert

RGB484897-
CMYK0.510.5100.62
HSL240º33.79%28.43%-
HSV(B)240º50.52%38.04%-
XYZ4.433.6111.77-
YUV53.59152.5124.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 97 (38.28% from 255) = 50.26%
R=24.87%
G=24.87%
B=50.26%

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
Decimal4848970.510.5100.6224033.7928.43
Hex303061333303Ef0221c
Octal606014163630763604234
Binary110000110000110000111001111001101111101111000010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303061; }

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

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

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

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

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

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

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

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