Html Css Color HEX #336198 Lochmara

📋 copy color: '#336198'

red 51 ◦ green 97 ◦ blue 152

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

Shades of Lochmara #336198

Tints of Lochmara #336198

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.33%

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

R = 17%
G = 32.33%
B = 50.67%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#336198 (or 0x336198) is known color: Lochmara. HEX triplet: 33, 61 and 98. RGB value is (51,97,152). Sum of RGB (Red+Green+Blue) = 51+97+152=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #336198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336198 is #CC9E67. Grayscale: #595959. Windows color (decimal): -13409896 or 9986355. OLE color: 9986355.

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

Color convert

RGB 51 97 152 -
CMYK 0.66 0.36 0 0.40
HSL 212.67º 0.5% 0.4% -
HSV(B) 212.67º 0.66% 0.6% -
XYZ 11.31 11.52 31.33 -
YUV 89.52 163.26 100.53 -
System Red Green Blue C M Y K H S L
Decimal 51 97 152 0.66 0.36 0 0.40 212.67 0.5 0.4
Hex 33 61 98 42 24 0 28 D5 32 28
Octal 63 141 230 102 44 0 50 325 62 50
Binary 110011 1100001 10011000 1000010 100100 0 101000 11010101 110010 101000

Color Harmonies of #336198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336198

Black with #336198

Text Example


Text Example

White with #336198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336198; }

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

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

background-color css

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

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

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

border-color css

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

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

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