Html Css Color HEX #337BA5 Lochmara

📋 copy color: '#337BA5'

red 51 ◦ green 123 ◦ blue 165

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

Shades of Lochmara #337BA5

Tints of Lochmara #337BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 48.67%

R = 15.04%
G = 36.28%
B = 48.67%

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

#337BA5 (or 0x337BA5) is known color: Lochmara. HEX triplet: 33, 7B and A5. RGB value is (51,123,165). Sum of RGB (Red+Green+Blue) = 51+123+165=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 165 (64.84% from 255 or 48.67% from 339); Max value from RGB is 165 - color contains mainly: blue. Hex color #337BA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337BA5 is #CC845A. Grayscale: #6A6A6A. Windows color (decimal): -13403227 or 10844979. OLE color: 10844979.

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

Color convert

RGB 51 123 165 -
CMYK 0.69 0.25 0 0.35
HSL 202.11º 0.53% 0.42% -
HSV(B) 202.11º 0.69% 0.65% -
XYZ 15.24 17.59 38.19 -
YUV 106.26 161.15 88.58 -
System Red Green Blue C M Y K H S L
Decimal 51 123 165 0.69 0.25 0 0.35 202.11 0.53 0.42
Hex 33 7B A5 45 19 0 23 CA 35 2A
Octal 63 173 245 105 31 0 43 312 65 52
Binary 110011 1111011 10100101 1000101 11001 0 100011 11001010 110101 101010

Color Harmonies of #337BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337BA5

Black with #337BA5

Text Example


Text Example

White with #337BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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