Html Css Color HEX #3377AD Lochmara

📋 copy color: '#3377AD'

red 51 ◦ green 119 ◦ blue 173

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

Shades of Lochmara #3377AD

Tints of Lochmara #3377AD

RGB

 RED value IS 51 (20.31% from 255) = 14.87%

 GREEN value IS 119 (46.88% from 255) = 34.69%

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

R = 14.87%
G = 34.69%
B = 50.44%

CMYK

 C value IS 0.71

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3377AD (or 0x3377AD) is known color: Lochmara. HEX triplet: 33, 77 and AD. RGB value is (51,119,173). Sum of RGB (Red+Green+Blue) = 51+119+173=343 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.87% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #3377AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3377AD is #CC8852. Grayscale: #686868. Windows color (decimal): -13404243 or 11368243. OLE color: 11368243.

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

Color convert

RGB 51 119 173 -
CMYK 0.71 0.31 0 0.32
HSL 206.56º 0.54% 0.44% -
HSV(B) 206.56º 0.71% 0.68% -
XYZ 15.5 16.91 41.98 -
YUV 104.82 166.47 89.61 -
System Red Green Blue C M Y K H S L
Decimal 51 119 173 0.71 0.31 0 0.32 206.56 0.54 0.44
Hex 33 77 AD 47 1F 0 20 CF 36 2C
Octal 63 167 255 107 37 0 40 317 66 54
Binary 110011 1110111 10101101 1000111 11111 0 100000 11001111 110110 101100

Color Harmonies of #3377AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3377AD

Black with #3377AD

Text Example


Text Example

White with #3377AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,119,173); }

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

background-color css

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

 a { background-color: rgb(51,119,173); }

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

border-color css

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

 span { border-color: rgb(51,119,173); }

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