Html Css Color HEX #337AAC Lochmara

📋 copy color: '#337AAC'

red 51 ◦ green 122 ◦ blue 172

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

Shades of Lochmara #337AAC

Tints of Lochmara #337AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.36%

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

R = 14.78%
G = 35.36%
B = 49.86%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#337AAC (or 0x337AAC) is known color: Lochmara. HEX triplet: 33, 7A and AC. RGB value is (51,122,172). Sum of RGB (Red+Green+Blue) = 51+122+172=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #337AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337AAC is #CC8553. Grayscale: #6A6A6A. Windows color (decimal): -13403476 or 11303475. OLE color: 11303475.

HSL color Cylindrical-coordinate representation of color #337AAC: hue angle of 204.79º 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 #337AAC is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 122 172 -
CMYK 0.70 0.29 0 0.33
HSL 204.79º 0.54% 0.44% -
HSV(B) 204.79º 0.7% 0.67% -
XYZ 15.77 17.6 41.6 -
YUV 106.47 164.98 88.43 -
System Red Green Blue C M Y K H S L
Decimal 51 122 172 0.70 0.29 0 0.33 204.79 0.54 0.44
Hex 33 7A AC 46 1D 0 21 CD 36 2C
Octal 63 172 254 106 35 0 41 315 66 54
Binary 110011 1111010 10101100 1000110 11101 0 100001 11001101 110110 101100

Color Harmonies of #337AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337AAC

Black with #337AAC

Text Example


Text Example

White with #337AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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