Html Css Color HEX #337D9C Lochmara

📋 copy color: '#337D9C'

red 51 ◦ green 125 ◦ blue 156

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

Shades of Lochmara #337D9C

Tints of Lochmara #337D9C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.65%

 BLUE value IS 156 (61.33% from 255) = 46.99%

R = 15.36%
G = 37.65%
B = 46.99%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#337D9C (or 0x337D9C) is known color: Lochmara. HEX triplet: 33, 7D and 9C. RGB value is (51,125,156). Sum of RGB (Red+Green+Blue) = 51+125+156=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #337D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337D9C is #CC8263. Grayscale: #6A6A6A. Windows color (decimal): -13402724 or 10255667. OLE color: 10255667.

HSL color Cylindrical-coordinate representation of color #337D9C: hue angle of 197.71º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #337D9C is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 125 156 -
CMYK 0.67 0.20 0 0.39
HSL 197.71º 0.51% 0.41% -
HSV(B) 197.71º 0.67% 0.61% -
XYZ 14.7 17.77 34.11 -
YUV 106.41 155.98 88.48 -
System Red Green Blue C M Y K H S L
Decimal 51 125 156 0.67 0.20 0 0.39 197.71 0.51 0.41
Hex 33 7D 9C 43 14 0 27 C6 33 29
Octal 63 175 234 103 24 0 47 306 63 51
Binary 110011 1111101 10011100 1000011 10100 0 100111 11000110 110011 101001

Color Harmonies of #337D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337D9C

Black with #337D9C

Text Example


Text Example

White with #337D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,125,156); }

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

background-color css

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

 a { background-color: rgb(51,125,156); }

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

border-color css

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

 span { border-color: rgb(51,125,156); }

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