Html Css Color HEX #3376AE Lochmara

📋 copy color: '#3376AE'

red 51 ◦ green 118 ◦ blue 174

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

Shades of Lochmara #3376AE

Tints of Lochmara #3376AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.73%

R = 14.87%
G = 34.4%
B = 50.73%

CMYK

 C value IS 0.71

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3376AE (or 0x3376AE) is known color: Lochmara. HEX triplet: 33, 76 and AE. RGB value is (51,118,174). Sum of RGB (Red+Green+Blue) = 51+118+174=343 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.87% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #3376AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3376AE is #CC8951. Grayscale: #686868. Windows color (decimal): -13404498 or 11433523. OLE color: 11433523.

HSL color Cylindrical-coordinate representation of color #3376AE: hue angle of 207.32º degrees, saturation: 0.55, 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 #3376AE is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 118 174 -
CMYK 0.71 0.32 0 0.32
HSL 207.32º 0.55% 0.44% -
HSV(B) 207.32º 0.71% 0.68% -
XYZ 15.48 16.72 42.45 -
YUV 104.35 167.3 89.95 -
System Red Green Blue C M Y K H S L
Decimal 51 118 174 0.71 0.32 0 0.32 207.32 0.55 0.44
Hex 33 76 AE 47 20 0 20 CF 37 2C
Octal 63 166 256 107 40 0 40 317 67 54
Binary 110011 1110110 10101110 1000111 100000 0 100000 11001111 110111 101100

Color Harmonies of #3376AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3376AE

Black with #3376AE

Text Example


Text Example

White with #3376AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3376AE; }

 p { color: rgb(51,118,174); }

 H1.HeaderClassName
 {
   color: #3376AE;
 }
 .AnyTagClassName
 {
   color: #3376AE;
 }
</style>

background-color css

<style>
 a { background-color: #3376AE; }

 a { background-color: rgb(51,118,174); }

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

border-color css

<style>
 span { border-color: #3376AE; }

 span { border-color: rgb(51,118,174); }

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