Html Css Color HEX #2F60AD Lochmara

📋 copy color: '#2F60AD'

red 47 ◦ green 96 ◦ blue 173

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

Shades of Lochmara #2F60AD

Tints of Lochmara #2F60AD

RGB

 RED value IS 47 (18.75% from 255) = 14.87%

 GREEN value IS 96 (37.89% from 255) = 30.38%

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

R = 14.87%
G = 30.38%
B = 54.75%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2F60AD (or 0x2F60AD) is known color: Lochmara. HEX triplet: 2F, 60 and AD. RGB value is (47,96,173). Sum of RGB (Red+Green+Blue) = 47+96+173=316 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.87% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #2F60AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F60AD is #D09F52. Grayscale: #595959. Windows color (decimal): -13672275 or 11362351. OLE color: 11362351.

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

Color convert

RGB 47 96 173 -
CMYK 0.73 0.45 0 0.32
HSL 216.67º 0.57% 0.43% -
HSV(B) 216.67º 0.73% 0.68% -
XYZ 12.9 11.99 41.17 -
YUV 90.13 174.77 97.24 -
System Red Green Blue C M Y K H S L
Decimal 47 96 173 0.73 0.45 0 0.32 216.67 0.57 0.43
Hex 2F 60 AD 49 2D 0 20 D9 39 2B
Octal 57 140 255 111 55 0 40 331 71 53
Binary 101111 1100000 10101101 1001001 101101 0 100000 11011001 111001 101011

Color Harmonies of #2F60AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F60AD

Black with #2F60AD

Text Example


Text Example

White with #2F60AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F60AD; }

 p { color: rgb(47,96,173); }

 H1.HeaderClassName
 {
   color: #2F60AD;
 }
 .AnyTagClassName
 {
   color: #2F60AD;
 }
</style>

background-color css

<style>
 a { background-color: #2F60AD; }

 a { background-color: rgb(47,96,173); }

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

border-color css

<style>
 span { border-color: #2F60AD; }

 span { border-color: rgb(47,96,173); }

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