#306DAE

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

Shades of Lochmara #306DAE

Tints of Lochmara #306DAE

Color information

#306DAE (or 0x306DAE) is unknown color: approx Lochmara. HEX triplet: 30, 6D and AE. RGB value is (48,109,174). Sum of RGB (Red+Green+Blue) = 48+109+174=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #306DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306DAE is #CF9251. Grayscale: #616161. Windows color (decimal): -13603410 or 11431216. OLE color: 11431216.

HSL color Cylindrical-coordinate representation of color #306DAE: hue angle of 210.95º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #306DAE is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB48109174-
CMYK0.720.3700.32
HSL210.95º56.76%43.53%-
HSV(B)210.95º72.41%68.24%-
XYZ14.3314.6242.11-
YUV98.17170.7992.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.50%
GREEN value IS 109 (42.97% from 255) = 32.93%
BLUE value IS 174 (68.36% from 255) = 52.57%
R=14.50%
G=32.93%
B=52.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481091740.720.3700.32210.9556.7643.53
Hex306DAE4825020d3392c
Octal60155256110450403237154
Binary1100001101101101011101001000100101010000011010011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,109,174); }

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

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

 a { background-color: rgb(48,109,174); }

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

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

 span { border-color: rgb(48,109,174); }

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