#30365A

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

Shades of Bay Of Many #30365A

Tints of Bay Of Many #30365A

Color information

#30365A (or 0x30365A) is unknown color: approx Bay Of Many. HEX triplet: 30, 36 and 5A. RGB value is (48,54,90). Sum of RGB (Red+Green+Blue) = 48+54+90=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #30365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30365A is #CFC9A5. Grayscale: #383838. Windows color (decimal): -13617574 or 5912112. OLE color: 5912112.

HSL color Cylindrical-coordinate representation of color #30365A: hue angle of 231.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30365A is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB485490-
CMYK0.470.4000.65
HSL231.43º30.43%27.06%-
HSV(B)231.43º46.67%35.29%-
XYZ4.38410.21-
YUV56.31147.01122.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25%
GREEN value IS 54 (21.48% from 255) = 28.12%
BLUE value IS 90 (35.55% from 255) = 46.88%
R=25%
G=28.12%
B=46.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4854900.470.4000.65231.4330.4327.06
Hex30365A2F28041e71e1b
Octal6066132575001013473633
Binary110000110110101101010111110100001000001111001111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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