#306AAE

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

Shades of Lochmara #306AAE

Tints of Lochmara #306AAE

Color information

#306AAE (or 0x306AAE) is unknown color: approx Lochmara. HEX triplet: 30, 6A and AE. RGB value is (48,106,174). Sum of RGB (Red+Green+Blue) = 48+106+174=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #306AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306AAE is #CF9551. Grayscale: #606060. Windows color (decimal): -13604178 or 11430448. OLE color: 11430448.

HSL color Cylindrical-coordinate representation of color #306AAE: hue angle of 212.38º 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 #306AAE is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB48106174-
CMYK0.720.3900.32
HSL212.38º56.76%43.53%-
HSV(B)212.38º72.41%68.24%-
XYZ14.0113.9942.01-
YUV96.41171.7893.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.63%
GREEN value IS 106 (41.80% from 255) = 32.32%
BLUE value IS 174 (68.36% from 255) = 53.05%
R=14.63%
G=32.32%
B=53.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481061740.720.3900.32212.3856.7643.53
Hex306AAE4827020d4392c
Octal60152256110470403247154
Binary1100001101010101011101001000100111010000011010100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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