#30356D

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

Shades of Deep Koamaru #30356D

Tints of Deep Koamaru #30356D

Color information

#30356D (or 0x30356D) is unknown color: approx Deep Koamaru. HEX triplet: 30, 35 and 6D. RGB value is (48,53,109). Sum of RGB (Red+Green+Blue) = 48+53+109=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #30356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30356D is #CFCA92. Grayscale: #393939. Windows color (decimal): -13617811 or 7157040. OLE color: 7157040.

HSL color Cylindrical-coordinate representation of color #30356D: hue angle of 235.08º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30356D is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4853109-
CMYK0.560.5100.57
HSL235.08º38.85%30.78%-
HSV(B)235.08º55.96%42.75%-
XYZ5.254.2815.02-
YUV57.89156.84120.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.86%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 109 (42.97% from 255) = 51.90%
R=22.86%
G=25.24%
B=51.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48531090.560.5100.57235.0838.8530.78
Hex30356D3833039eb271f
Octal606515570630713534737
Binary110000110101110110111100011001101110011110101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30356D; }

 p { color: rgb(48,53,109); }

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

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

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

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

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

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

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