#303362

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

Shades of Deep Koamaru #303362

Tints of Deep Koamaru #303362

Color information

#303362 (or 0x303362) is unknown color: approx Deep Koamaru. HEX triplet: 30, 33 and 62. RGB value is (48,51,98). Sum of RGB (Red+Green+Blue) = 48+51+98=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #303362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303362 is #CFCC9D. Grayscale: #373737. Windows color (decimal): -13618334 or 6435632. OLE color: 6435632.

HSL color Cylindrical-coordinate representation of color #303362: hue angle of 236.4º 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 #303362 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB485198-
CMYK0.510.4800.62
HSL236.4º34.25%28.63%-
HSV(B)236.4º51.02%38.43%-
XYZ4.613.8812.06-
YUV55.46152.01122.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.37%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 98 (38.67% from 255) = 49.75%
R=24.37%
G=25.89%
B=49.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4851980.510.4800.62236.434.2528.63
Hex303362333003Eec221d
Octal606314263600763544235
Binary110000110011110001011001111000001111101110110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303362; }

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

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

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

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

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

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

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

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