#30336D

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

Shades of Deep Koamaru #30336D

Tints of Deep Koamaru #30336D

Color information

#30336D (or 0x30336D) is unknown color: approx Deep Koamaru. HEX triplet: 30, 33 and 6D. RGB value is (48,51,109). Sum of RGB (Red+Green+Blue) = 48+51+109=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #30336D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30336D is #CFCC92. Grayscale: #383838. Windows color (decimal): -13618323 or 7156528. OLE color: 7156528.

HSL color Cylindrical-coordinate representation of color #30336D: hue angle of 237.05º 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 #30336D is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4851109-
CMYK0.560.5300.57
HSL237.05º38.85%30.78%-
HSV(B)237.05º55.96%42.75%-
XYZ5.164.114.99-
YUV56.72157.51121.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.08%
GREEN value IS 51 (20.31% from 255) = 24.52%
BLUE value IS 109 (42.97% from 255) = 52.40%
R=23.08%
G=24.52%
B=52.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48511090.560.5300.57237.0538.8530.78
Hex30336D3835039ed271f
Octal606315570650713554737
Binary110000110011110110111100011010101110011110110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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