#30365B

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

Shades of Bay Of Many #30365B

Tints of Bay Of Many #30365B

Color information

#30365B (or 0x30365B) is unknown color: approx Bay Of Many. HEX triplet: 30, 36 and 5B. RGB value is (48,54,91). Sum of RGB (Red+Green+Blue) = 48+54+91=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #30365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30365B is #CFC9A4. Grayscale: #383838. Windows color (decimal): -13617573 or 5977648. OLE color: 5977648.

HSL color Cylindrical-coordinate representation of color #30365B: hue angle of 231.63º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30365B is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB485491-
CMYK0.470.4100.64
HSL231.63º30.94%27.25%-
HSV(B)231.63º47.25%35.69%-
XYZ4.434.0210.44-
YUV56.42147.51121.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 54 (21.48% from 255) = 27.98%
BLUE value IS 91 (35.94% from 255) = 47.15%
R=24.87%
G=27.98%
B=47.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4854910.470.4100.64231.6330.9427.25
Hex30365B2F29040e81f1b
Octal6066133575101003503733
Binary110000110110101101110111110100101000000111010001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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