#3065AF

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

Shades of Lochmara #3065AF

Tints of Lochmara #3065AF

Color information

#3065AF (or 0x3065AF) is unknown color: approx Lochmara. HEX triplet: 30, 65 and AF. RGB value is (48,101,175). Sum of RGB (Red+Green+Blue) = 48+101+175=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #3065AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3065AF is #CF9A50. Grayscale: #5D5D5D. Windows color (decimal): -13605457 or 11494704. OLE color: 11494704.

HSL color Cylindrical-coordinate representation of color #3065AF: hue angle of 214.96º 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 #3065AF is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB48101175-
CMYK0.730.4200.31
HSL214.96º56.95%43.73%-
HSV(B)214.96º72.57%68.63%-
XYZ13.6113.0342.36-
YUV93.59173.9495.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.81%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 175 (68.75% from 255) = 54.01%
R=14.81%
G=31.17%
B=54.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal481011750.730.4200.31214.9656.9543.73
Hex3065AF492A01Fd7392c
Octal60145257111520373277154
Binary110000110010110101111100100110101001111111010111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3065AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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