Html Css Color HEX #337C9D Lochmara

📋 copy color: '#337C9D'

red 51 ◦ green 124 ◦ blue 157

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

Shades of Lochmara #337C9D

Tints of Lochmara #337C9D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.35%

 BLUE value IS 157 (61.72% from 255) = 47.29%

R = 15.36%
G = 37.35%
B = 47.29%

CMYK

 C value IS 0.68

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#337C9D (or 0x337C9D) is known color: Lochmara. HEX triplet: 33, 7C and 9D. RGB value is (51,124,157). Sum of RGB (Red+Green+Blue) = 51+124+157=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #337C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337C9D is #CC8362. Grayscale: #696969. Windows color (decimal): -13402979 or 10320947. OLE color: 10320947.

HSL color Cylindrical-coordinate representation of color #337C9D: hue angle of 198.68º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #337C9D is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 124 157 -
CMYK 0.68 0.21 0 0.38
HSL 198.68º 0.51% 0.41% -
HSV(B) 198.68º 0.68% 0.62% -
XYZ 14.66 17.55 34.51 -
YUV 105.94 156.82 88.82 -
System Red Green Blue C M Y K H S L
Decimal 51 124 157 0.68 0.21 0 0.38 198.68 0.51 0.41
Hex 33 7C 9D 44 15 0 26 C7 33 29
Octal 63 174 235 104 25 0 46 307 63 51
Binary 110011 1111100 10011101 1000100 10101 0 100110 11000111 110011 101001

Color Harmonies of #337C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337C9D

Black with #337C9D

Text Example


Text Example

White with #337C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,124,157); }

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

background-color css

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

 a { background-color: rgb(51,124,157); }

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

border-color css

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

 span { border-color: rgb(51,124,157); }

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