#30365D

Color #30365D Bay Of Many (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Of Many #30365D

Tints of Bay Of Many #30365D

Color information

#30365D (or 0x30365D) is unknown color: approx Bay Of Many. HEX triplet: 30, 36 and 5D. RGB value is (48,54,93). Sum of RGB (Red+Green+Blue) = 48+54+93=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #30365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30365D is #CFC9A2. Grayscale: #383838. Windows color (decimal): -13617571 or 6108720. OLE color: 6108720.

HSL color Cylindrical-coordinate representation of color #30365D: hue angle of 232º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30365D is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB485493-
CMYK0.480.4200.64
HSL232º31.91%27.65%-
HSV(B)232º48.39%36.47%-
XYZ4.514.0610.9-
YUV56.65148.51121.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 54 (21.48% from 255) = 27.69%
BLUE value IS 93 (36.72% from 255) = 47.69%
R=24.62%
G=27.69%
B=47.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4854930.480.4200.6423231.9127.65
Hex30365D302A040e8201c
Octal6066135605201003504034
Binary1100001101101011101110000101010010000001110100010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,54,93); }

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

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

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

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

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

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

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