Html Css Color HEX #336898 Lochmara

📋 copy color: '#336898'

red 51 ◦ green 104 ◦ blue 152

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

Shades of Lochmara #336898

Tints of Lochmara #336898

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.88%

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

R = 16.61%
G = 33.88%
B = 49.51%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#336898 (or 0x336898) is known color: Lochmara. HEX triplet: 33, 68 and 98. RGB value is (51,104,152). Sum of RGB (Red+Green+Blue) = 51+104+152=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #336898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336898 is #CC9767. Grayscale: #5D5D5D. Windows color (decimal): -13408104 or 9988147. OLE color: 9988147.

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

Color convert

RGB 51 104 152 -
CMYK 0.66 0.32 0 0.40
HSL 208.51º 0.5% 0.4% -
HSV(B) 208.51º 0.66% 0.6% -
XYZ 11.98 12.87 31.56 -
YUV 93.63 160.94 97.6 -
System Red Green Blue C M Y K H S L
Decimal 51 104 152 0.66 0.32 0 0.40 208.51 0.5 0.4
Hex 33 68 98 42 20 0 28 D1 32 28
Octal 63 150 230 102 40 0 50 321 62 50
Binary 110011 1101000 10011000 1000010 100000 0 101000 11010001 110010 101000

Color Harmonies of #336898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336898

Black with #336898

Text Example


Text Example

White with #336898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336898; }

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

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

background-color css

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

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

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

border-color css

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

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

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