Html Css Color HEX #337BAC Lochmara

📋 copy color: '#337BAC'

red 51 ◦ green 123 ◦ blue 172

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

Shades of Lochmara #337BAC

Tints of Lochmara #337BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.55%

 BLUE value IS 172 (67.58% from 255) = 49.71%

R = 14.74%
G = 35.55%
B = 49.71%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#337BAC (or 0x337BAC) is known color: Lochmara. HEX triplet: 33, 7B and AC. RGB value is (51,123,172). Sum of RGB (Red+Green+Blue) = 51+123+172=346 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.74% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #337BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337BAC is #CC8453. Grayscale: #6A6A6A. Windows color (decimal): -13403220 or 11303731. OLE color: 11303731.

HSL color Cylindrical-coordinate representation of color #337BAC: hue angle of 204.3º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #337BAC is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 123 172 -
CMYK 0.70 0.28 0 0.33
HSL 204.3º 0.54% 0.44% -
HSV(B) 204.3º 0.7% 0.67% -
XYZ 15.89 17.85 41.64 -
YUV 107.06 164.65 88.02 -
System Red Green Blue C M Y K H S L
Decimal 51 123 172 0.70 0.28 0 0.33 204.3 0.54 0.44
Hex 33 7B AC 46 1C 0 21 CC 36 2C
Octal 63 173 254 106 34 0 41 314 66 54
Binary 110011 1111011 10101100 1000110 11100 0 100001 11001100 110110 101100

Color Harmonies of #337BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337BAC

Black with #337BAC

Text Example


Text Example

White with #337BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,123,172); }

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

background-color css

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

 a { background-color: rgb(51,123,172); }

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

border-color css

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

 span { border-color: rgb(51,123,172); }

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