Html Css Color HEX #337AA2 Lochmara

📋 copy color: '#337AA2'

red 51 ◦ green 122 ◦ blue 162

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

Shades of Lochmara #337AA2

Tints of Lochmara #337AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 48.36%

R = 15.22%
G = 36.42%
B = 48.36%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#337AA2 (or 0x337AA2) is known color: Lochmara. HEX triplet: 33, 7A and A2. RGB value is (51,122,162). Sum of RGB (Red+Green+Blue) = 51+122+162=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 162 (63.67% from 255 or 48.36% from 335); Max value from RGB is 162 - color contains mainly: blue. Hex color #337AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337AA2 is #CC855D. Grayscale: #696969. Windows color (decimal): -13403486 or 10648115. OLE color: 10648115.

HSL color Cylindrical-coordinate representation of color #337AA2: hue angle of 201.62º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #337AA2 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 51 122 162 -
CMYK 0.69 0.25 0 0.36
HSL 201.62º 0.52% 0.42% -
HSV(B) 201.62º 0.69% 0.64% -
XYZ 14.85 17.23 36.73 -
YUV 105.33 159.98 89.25 -
System Red Green Blue C M Y K H S L
Decimal 51 122 162 0.69 0.25 0 0.36 201.62 0.52 0.42
Hex 33 7A A2 45 19 0 24 CA 34 2A
Octal 63 172 242 105 31 0 44 312 64 52
Binary 110011 1111010 10100010 1000101 11001 0 100100 11001010 110100 101010

Color Harmonies of #337AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337AA2

Black with #337AA2

Text Example


Text Example

White with #337AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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