Html Css Color HEX #2D76AD Lochmara

📋 copy color: '#2D76AD'

red 45 ◦ green 118 ◦ blue 173

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

Shades of Lochmara #2D76AD

Tints of Lochmara #2D76AD

RGB

 RED value IS 45 (17.97% from 255) = 13.39%

 GREEN value IS 118 (46.48% from 255) = 35.12%

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

R = 13.39%
G = 35.12%
B = 51.49%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2D76AD (or 0x2D76AD) is known color: Lochmara. HEX triplet: 2D, 76 and AD. RGB value is (45,118,173). Sum of RGB (Red+Green+Blue) = 45+118+173=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #2D76AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D76AD is #D28952. Grayscale: #666666. Windows color (decimal): -13797715 or 11367981. OLE color: 11367981.

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

Color convert

RGB 45 118 173 -
CMYK 0.74 0.32 0 0.32
HSL 205.78º 0.59% 0.43% -
HSV(B) 205.78º 0.74% 0.68% -
XYZ 15.1 16.53 41.93 -
YUV 102.44 167.82 87.03 -
System Red Green Blue C M Y K H S L
Decimal 45 118 173 0.74 0.32 0 0.32 205.78 0.59 0.43
Hex 2D 76 AD 4A 20 0 20 CE 3B 2B
Octal 55 166 255 112 40 0 40 316 73 53
Binary 101101 1110110 10101101 1001010 100000 0 100000 11001110 111011 101011

Color Harmonies of #2D76AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D76AD

Black with #2D76AD

Text Example


Text Example

White with #2D76AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,118,173); }

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

background-color css

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

 a { background-color: rgb(45,118,173); }

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

border-color css

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

 span { border-color: rgb(45,118,173); }

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