#306A94

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

Shades of Lochmara #306A94

Tints of Lochmara #306A94

Color information

#306A94 (or 0x306A94) is unknown color: approx Lochmara. HEX triplet: 30, 6A and 94. RGB value is (48,106,148). Sum of RGB (Red+Green+Blue) = 48+106+148=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #306A94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306A94 is #CF956B. Grayscale: #5D5D5D. Windows color (decimal): -13604204 or 9726512. OLE color: 9726512.

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

Color convert

RGB48106148-
CMYK0.680.2800.42
HSL205.2º51.02%38.43%-
HSV(B)205.2º67.57%58.04%-
XYZ11.7213.0729.92-
YUV93.45158.7895.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.89%
GREEN value IS 106 (41.80% from 255) = 35.10%
BLUE value IS 148 (58.20% from 255) = 49.01%
R=15.89%
G=35.10%
B=49.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481061480.680.2800.42205.251.0238.43
Hex306A94441C02Acd3326
Octal60152224104340523156346
Binary110000110101010010100100010011100010101011001101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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