#30356B

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

Shades of Deep Koamaru #30356B

Tints of Deep Koamaru #30356B

Color information

#30356B (or 0x30356B) is unknown color: approx Deep Koamaru. HEX triplet: 30, 35 and 6B. RGB value is (48,53,107). Sum of RGB (Red+Green+Blue) = 48+53+107=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #30356B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30356B is #CFCA94. Grayscale: #393939. Windows color (decimal): -13617813 or 7025968. OLE color: 7025968.

HSL color Cylindrical-coordinate representation of color #30356B: hue angle of 234.92º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30356B is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4853107-
CMYK0.550.5000.58
HSL234.92º38.06%30.39%-
HSV(B)234.92º55.14%41.96%-
XYZ5.154.2414.46-
YUV57.66155.84121.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.08%
GREEN value IS 53 (21.09% from 255) = 25.48%
BLUE value IS 107 (42.19% from 255) = 51.44%
R=23.08%
G=25.48%
B=51.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48531070.550.5000.58234.9238.0630.39
Hex30356B373203Aeb261e
Octal606515367620723534636
Binary110000110101110101111011111001001110101110101110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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