#306A93

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

Shades of Lochmara #306A93

Tints of Lochmara #306A93

Color information

#306A93 (or 0x306A93) is unknown color: approx Lochmara. HEX triplet: 30, 6A and 93. RGB value is (48,106,147). Sum of RGB (Red+Green+Blue) = 48+106+147=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #306A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306A93 is #CF956C. Grayscale: #5D5D5D. Windows color (decimal): -13604205 or 9660976. OLE color: 9660976.

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

Color convert

RGB48106147-
CMYK0.670.2800.42
HSL204.85º50.77%38.24%-
HSV(B)204.85º67.35%57.65%-
XYZ11.6413.0429.51-
YUV93.33158.2895.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.95%
GREEN value IS 106 (41.80% from 255) = 35.22%
BLUE value IS 147 (57.81% from 255) = 48.84%
R=15.95%
G=35.22%
B=48.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481061470.670.2800.42204.8550.7738.24
Hex306A93431C02Acd3326
Octal60152223103340523156346
Binary110000110101010010011100001111100010101011001101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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