#306EA5

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

Shades of Lochmara #306EA5

Tints of Lochmara #306EA5

Color information

#306EA5 (or 0x306EA5) is unknown color: approx Lochmara. HEX triplet: 30, 6E and A5. RGB value is (48,110,165). Sum of RGB (Red+Green+Blue) = 48+110+165=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 165 (64.84% from 255 or 51.08% from 323); Max value from RGB is 165 - color contains mainly: blue. Hex color #306EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306EA5 is #CF915A. Grayscale: #616161. Windows color (decimal): -13603163 or 10841648. OLE color: 10841648.

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

Color convert

RGB48110165-
CMYK0.710.3300.35
HSL208.21º54.93%41.76%-
HSV(B)208.21º70.91%64.71%-
XYZ13.5914.537.68-
YUV97.73165.9692.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.86%
GREEN value IS 110 (43.36% from 255) = 34.06%
BLUE value IS 165 (64.84% from 255) = 51.08%
R=14.86%
G=34.06%
B=51.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal481101650.710.3300.35208.2154.9341.76
Hex306EA54721023d0372a
Octal60156245107410433206752
Binary1100001101110101001011000111100001010001111010000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,110,165); }

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

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

 a { background-color: rgb(48,110,165); }

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

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

 span { border-color: rgb(48,110,165); }

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