Html Css Color HEX #336998 Lochmara

📋 copy color: '#336998'

red 51 ◦ green 105 ◦ blue 152

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

Shades of Lochmara #336998

Tints of Lochmara #336998

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.09%

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

R = 16.56%
G = 34.09%
B = 49.35%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#336998 (or 0x336998) is known color: Lochmara. HEX triplet: 33, 69 and 98. RGB value is (51,105,152). Sum of RGB (Red+Green+Blue) = 51+105+152=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #336998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336998 is #CC9667. Grayscale: #5D5D5D. Windows color (decimal): -13407848 or 9988403. OLE color: 9988403.

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

Color convert

RGB 51 105 152 -
CMYK 0.66 0.31 0 0.40
HSL 207.92º 0.5% 0.4% -
HSV(B) 207.92º 0.66% 0.6% -
XYZ 12.08 13.07 31.59 -
YUV 94.21 160.61 97.18 -
System Red Green Blue C M Y K H S L
Decimal 51 105 152 0.66 0.31 0 0.40 207.92 0.5 0.4
Hex 33 69 98 42 1F 0 28 D0 32 28
Octal 63 151 230 102 37 0 50 320 62 50
Binary 110011 1101001 10011000 1000010 11111 0 101000 11010000 110010 101000

Color Harmonies of #336998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336998

Black with #336998

Text Example


Text Example

White with #336998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336998; }

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

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

background-color css

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

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

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

border-color css

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

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

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