Html Css Color HEX #3061AD Lochmara

📋 copy color: '#3061AD'

red 48 ◦ green 97 ◦ blue 173

#3061AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #3061AD

Tints of Lochmara #3061AD

RGB

 RED value IS 48 (19.14% from 255) = 15.09%

 GREEN value IS 97 (38.28% from 255) = 30.5%

 BLUE value IS 173 (67.97% from 255) = 54.4%

R = 15.09%
G = 30.5%
B = 54.4%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3061AD (or 0x3061AD) is known color: Lochmara. HEX triplet: 30, 61 and AD. RGB value is (48,97,173). Sum of RGB (Red+Green+Blue) = 48+97+173=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #3061AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3061AD is #CF9E52. Grayscale: #5A5A5A. Windows color (decimal): -13606483 or 11362608. OLE color: 11362608.

HSL color Cylindrical-coordinate representation of color #3061AD: hue angle of 216.48º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3061AD is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 97 173 -
CMYK 0.72 0.44 0 0.32
HSL 216.48º 0.57% 0.43% -
HSV(B) 216.48º 0.72% 0.68% -
XYZ 13.04 12.19 41.2 -
YUV 91.01 174.27 97.32 -
System Red Green Blue C M Y K H S L
Decimal 48 97 173 0.72 0.44 0 0.32 216.48 0.57 0.43
Hex 30 61 AD 48 2C 0 20 D8 39 2B
Octal 60 141 255 110 54 0 40 330 71 53
Binary 110000 1100001 10101101 1001000 101100 0 100000 11011000 111001 101011

Color Harmonies of #3061AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3061AD

Black with #3061AD

Text Example


Text Example

White with #3061AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3061AD; }

 p { color: rgb(48,97,173); }

 H1.HeaderClassName
 {
   color: #3061AD;
 }
 .AnyTagClassName
 {
   color: #3061AD;
 }
</style>

background-color css

<style>
 a { background-color: #3061AD; }

 a { background-color: rgb(48,97,173); }

 div.DivClassName
 {
   background-color: #3061AD;
 }
 .BgClassName
 {
   background-color: #3061AD;
 }
</style>

border-color css

<style>
 span { border-color: #3061AD; }

 span { border-color: rgb(48,97,173); }

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