#3063AB

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

Shades of Lochmara #3063AB

Tints of Lochmara #3063AB

Color information

#3063AB (or 0x3063AB) is unknown color: approx Lochmara. HEX triplet: 30, 63 and AB. RGB value is (48,99,171). Sum of RGB (Red+Green+Blue) = 48+99+171=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #3063AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3063AB is #CF9C54. Grayscale: #5B5B5B. Windows color (decimal): -13605973 or 11232048. OLE color: 11232048.

HSL color Cylindrical-coordinate representation of color #3063AB: hue angle of 215.12º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3063AB is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4899171-
CMYK0.720.4200.33
HSL215.12º56.16%42.94%-
HSV(B)215.12º71.93%67.06%-
XYZ13.0312.4940.25-
YUV91.96172.696.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.09%
GREEN value IS 99 (39.06% from 255) = 31.13%
BLUE value IS 171 (67.19% from 255) = 53.77%
R=15.09%
G=31.13%
B=53.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48991710.720.4200.33215.1256.1642.94
Hex3063AB482A021d7382b
Octal60143253110520413277053
Binary1100001100011101010111001000101010010000111010111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3063AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3063AB; }

 p { color: rgb(48,99,171); }

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

<style>
 a { background-color: #3063AB; }

 a { background-color: rgb(48,99,171); }

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

<style>
 span { border-color: #3063AB; }

 span { border-color: rgb(48,99,171); }

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