#3065AB

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

Shades of Lochmara #3065AB

Tints of Lochmara #3065AB

Color information

#3065AB (or 0x3065AB) is unknown color: approx Lochmara. HEX triplet: 30, 65 and AB. RGB value is (48,101,171). Sum of RGB (Red+Green+Blue) = 48+101+171=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #3065AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3065AB is #CF9A54. Grayscale: #5C5C5C. Windows color (decimal): -13605461 or 11232560. OLE color: 11232560.

HSL color Cylindrical-coordinate representation of color #3065AB: hue angle of 214.15º 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 #3065AB is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB48101171-
CMYK0.720.4100.33
HSL214.15º56.16%42.94%-
HSV(B)214.15º71.93%67.06%-
XYZ13.2212.8840.32-
YUV93.13171.9495.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15%
GREEN value IS 101 (39.84% from 255) = 31.56%
BLUE value IS 171 (67.19% from 255) = 53.44%
R=15%
G=31.56%
B=53.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481011710.720.4100.33214.1556.1642.94
Hex3065AB4829021d6382b
Octal60145253110510413267053
Binary1100001100101101010111001000101001010000111010110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3065AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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