#306A95

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

Shades of Lochmara #306A95

Tints of Lochmara #306A95

Color information

#306A95 (or 0x306A95) is unknown color: approx Lochmara. HEX triplet: 30, 6A and 95. RGB value is (48,106,149). Sum of RGB (Red+Green+Blue) = 48+106+149=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #306A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306A95 is #CF956A. Grayscale: #5D5D5D. Windows color (decimal): -13604203 or 9792048. OLE color: 9792048.

HSL color Cylindrical-coordinate representation of color #306A95: hue angle of 205.54º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #306A95 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB48106149-
CMYK0.680.2900.42
HSL205.54º51.27%38.63%-
HSV(B)205.54º67.79%58.43%-
XYZ11.813.1130.34-
YUV93.56159.2895.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.84%
GREEN value IS 106 (41.80% from 255) = 34.98%
BLUE value IS 149 (58.59% from 255) = 49.17%
R=15.84%
G=34.98%
B=49.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481061490.680.2900.42205.5451.2738.63
Hex306A95441D02Ace3327
Octal60152225104350523166347
Binary110000110101010010101100010011101010101011001110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306A95; }

 p { color: rgb(48,106,149); }

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

<style>
 a { background-color: #306A95; }

 a { background-color: rgb(48,106,149); }

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

<style>
 span { border-color: #306A95; }

 span { border-color: rgb(48,106,149); }

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