#306AA3

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

Shades of Lochmara #306AA3

Tints of Lochmara #306AA3

Color information

#306AA3 (or 0x306AA3) is unknown color: approx Lochmara. HEX triplet: 30, 6A and A3. RGB value is (48,106,163). Sum of RGB (Red+Green+Blue) = 48+106+163=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 163 (64.06% from 255 or 51.42% from 317); Max value from RGB is 163 - color contains mainly: blue. Hex color #306AA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306AA3 is #CF955C. Grayscale: #5E5E5E. Windows color (decimal): -13604189 or 10709552. OLE color: 10709552.

HSL color Cylindrical-coordinate representation of color #306AA3: hue angle of 209.74º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #306AA3 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB48106163-
CMYK0.710.3500.36
HSL209.74º54.5%41.37%-
HSV(B)209.74º70.55%63.92%-
XYZ12.9813.5836.59-
YUV95.16166.2894.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 106 (41.80% from 255) = 33.44%
BLUE value IS 163 (64.06% from 255) = 51.42%
R=15.14%
G=33.44%
B=51.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal481061630.710.3500.36209.7454.541.37
Hex306AA34723024d23729
Octal60152243107430443226751
Binary1100001101010101000111000111100011010010011010010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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