#306CAE

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

Shades of Lochmara #306CAE

Tints of Lochmara #306CAE

Color information

#306CAE (or 0x306CAE) is unknown color: approx Lochmara. HEX triplet: 30, 6C and AE. RGB value is (48,108,174). Sum of RGB (Red+Green+Blue) = 48+108+174=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #306CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306CAE is #CF9351. Grayscale: #616161. Windows color (decimal): -13603666 or 11430960. OLE color: 11430960.

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

Color convert

RGB48108174-
CMYK0.720.3800.32
HSL211.43º56.76%43.53%-
HSV(B)211.43º72.41%68.24%-
XYZ14.2214.4142.08-
YUV97.58171.1292.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.55%
GREEN value IS 108 (42.58% from 255) = 32.73%
BLUE value IS 174 (68.36% from 255) = 52.73%
R=14.55%
G=32.73%
B=52.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481081740.720.3800.32211.4356.7643.53
Hex306CAE4826020d3392c
Octal60154256110460403237154
Binary1100001101100101011101001000100110010000011010011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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