#3062B0

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

Shades of Lochmara #3062B0

Tints of Lochmara #3062B0

Color information

#3062B0 (or 0x3062B0) is unknown color: approx Lochmara. HEX triplet: 30, 62 and B0. RGB value is (48,98,176). Sum of RGB (Red+Green+Blue) = 48+98+176=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 176 (69.14% from 255 or 54.66% from 322); Max value from RGB is 176 - color contains mainly: blue. Hex color #3062B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3062B0 is #CF9D4F. Grayscale: #5B5B5B. Windows color (decimal): -13606224 or 11559472. OLE color: 11559472.

HSL color Cylindrical-coordinate representation of color #3062B0: hue angle of 216.56º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3062B0 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4898176-
CMYK0.730.4400.31
HSL216.56º57.14%43.92%-
HSV(B)216.56º72.73%69.02%-
XYZ13.4212.542.78-
YUV91.94175.4496.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.91%
GREEN value IS 98 (38.67% from 255) = 30.43%
BLUE value IS 176 (69.14% from 255) = 54.66%
R=14.91%
G=30.43%
B=54.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal48981760.730.4400.31216.5657.1443.92
Hex3062B0492C01Fd9392c
Octal60142260111540373317154
Binary110000110001010110000100100110110001111111011001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3062B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3062B0; }

 p { color: rgb(48,98,176); }

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

<style>
 a { background-color: #3062B0; }

 a { background-color: rgb(48,98,176); }

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

<style>
 span { border-color: #3062B0; }

 span { border-color: rgb(48,98,176); }

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