Html Css Color HEX #337EA7 Lochmara

📋 copy color: '#337EA7'

red 51 ◦ green 126 ◦ blue 167

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

Shades of Lochmara #337EA7

Tints of Lochmara #337EA7

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.63%

 BLUE value IS 167 (65.63% from 255) = 48.55%

R = 14.83%
G = 36.63%
B = 48.55%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#337EA7 (or 0x337EA7) is known color: Lochmara. HEX triplet: 33, 7E and A7. RGB value is (51,126,167). Sum of RGB (Red+Green+Blue) = 51+126+167=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 167 (65.62% from 255 or 48.55% from 344); Max value from RGB is 167 - color contains mainly: blue. Hex color #337EA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337EA7 is #CC8158. Grayscale: #6C6C6C. Windows color (decimal): -13402457 or 10976819. OLE color: 10976819.

HSL color Cylindrical-coordinate representation of color #337EA7: hue angle of 201.21º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #337EA7 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 51 126 167 -
CMYK 0.69 0.25 0 0.35
HSL 201.21º 0.53% 0.43% -
HSV(B) 201.21º 0.69% 0.65% -
XYZ 15.8 18.42 39.28 -
YUV 108.25 161.15 87.17 -
System Red Green Blue C M Y K H S L
Decimal 51 126 167 0.69 0.25 0 0.35 201.21 0.53 0.43
Hex 33 7E A7 45 19 0 23 C9 35 2B
Octal 63 176 247 105 31 0 43 311 65 53
Binary 110011 1111110 10100111 1000101 11001 0 100011 11001001 110101 101011

Color Harmonies of #337EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337EA7

Black with #337EA7

Text Example


Text Example

White with #337EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337EA7; }

 p { color: rgb(51,126,167); }

 H1.HeaderClassName
 {
   color: #337EA7;
 }
 .AnyTagClassName
 {
   color: #337EA7;
 }
</style>

background-color css

<style>
 a { background-color: #337EA7; }

 a { background-color: rgb(51,126,167); }

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

border-color css

<style>
 span { border-color: #337EA7; }

 span { border-color: rgb(51,126,167); }

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