Html Css Color HEX #337098 Lochmara

📋 copy color: '#337098'

red 51 ◦ green 112 ◦ blue 152

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

Shades of Lochmara #337098

Tints of Lochmara #337098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.56%

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

R = 16.19%
G = 35.56%
B = 48.25%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#337098 (or 0x337098) is known color: Lochmara. HEX triplet: 33, 70 and 98. RGB value is (51,112,152). Sum of RGB (Red+Green+Blue) = 51+112+152=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #337098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337098 is #CC8F67. Grayscale: #626262. Windows color (decimal): -13406056 or 9990195. OLE color: 9990195.

HSL color Cylindrical-coordinate representation of color #337098: hue angle of 203.76º 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 #337098 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 112 152 -
CMYK 0.66 0.26 0 0.40
HSL 203.76º 0.5% 0.4% -
HSV(B) 203.76º 0.66% 0.6% -
XYZ 12.83 14.56 31.84 -
YUV 98.32 158.29 94.25 -
System Red Green Blue C M Y K H S L
Decimal 51 112 152 0.66 0.26 0 0.40 203.76 0.5 0.4
Hex 33 70 98 42 1A 0 28 CC 32 28
Octal 63 160 230 102 32 0 50 314 62 50
Binary 110011 1110000 10011000 1000010 11010 0 101000 11001100 110010 101000

Color Harmonies of #337098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337098

Black with #337098

Text Example


Text Example

White with #337098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337098; }

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

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

background-color css

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

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

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

border-color css

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

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

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