#30659B

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

Shades of Lochmara #30659B

Tints of Lochmara #30659B

Color information

#30659B (or 0x30659B) is unknown color: approx Lochmara. HEX triplet: 30, 65 and 9B. RGB value is (48,101,155). Sum of RGB (Red+Green+Blue) = 48+101+155=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #30659B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30659B is #CF9A64. Grayscale: #5B5B5B. Windows color (decimal): -13605477 or 10183984. OLE color: 10183984.

HSL color Cylindrical-coordinate representation of color #30659B: hue angle of 210.28º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30659B is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB48101155-
CMYK0.690.3500.39
HSL210.28º52.71%39.8%-
HSV(B)210.28º69.03%60.78%-
XYZ11.7912.332.76-
YUV91.31163.9497.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.79%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 155 (60.94% from 255) = 50.99%
R=15.79%
G=33.22%
B=50.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481011550.690.3500.39210.2852.7139.8
Hex30659B4523027d23528
Octal60145233105430473226550
Binary1100001100101100110111000101100011010011111010010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,101,155); }

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

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

 a { background-color: rgb(48,101,155); }

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

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

 span { border-color: rgb(48,101,155); }

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