Html Css Color HEX #337998 Lochmara

📋 copy color: '#337998'

red 51 ◦ green 121 ◦ blue 152

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

Shades of Lochmara #337998

Tints of Lochmara #337998

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.35%

 BLUE value IS 152 (59.77% from 255) = 46.91%

R = 15.74%
G = 37.35%
B = 46.91%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#337998 (or 0x337998) is known color: Lochmara. HEX triplet: 33, 79 and 98. RGB value is (51,121,152). Sum of RGB (Red+Green+Blue) = 51+121+152=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #337998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337998 is #CC8667. Grayscale: #676767. Windows color (decimal): -13403752 or 9992499. OLE color: 9992499.

HSL color Cylindrical-coordinate representation of color #337998: hue angle of 198.42º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #337998 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 121 152 -
CMYK 0.66 0.20 0 0.40
HSL 198.42º 0.5% 0.4% -
HSV(B) 198.42º 0.66% 0.6% -
XYZ 13.87 16.65 32.19 -
YUV 103.6 155.31 90.48 -
System Red Green Blue C M Y K H S L
Decimal 51 121 152 0.66 0.20 0 0.40 198.42 0.5 0.4
Hex 33 79 98 42 14 0 28 C6 32 28
Octal 63 171 230 102 24 0 50 306 62 50
Binary 110011 1111001 10011000 1000010 10100 0 101000 11000110 110010 101000

Color Harmonies of #337998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337998

Black with #337998

Text Example


Text Example

White with #337998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337998; }

 p { color: rgb(51,121,152); }

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

background-color css

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

 a { background-color: rgb(51,121,152); }

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

border-color css

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

 span { border-color: rgb(51,121,152); }

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