Html Css Color HEX #336F98 Lochmara

📋 copy color: '#336F98'

red 51 ◦ green 111 ◦ blue 152

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

Shades of Lochmara #336F98

Tints of Lochmara #336F98

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.35%

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

R = 16.24%
G = 35.35%
B = 48.41%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#336F98 (or 0x336F98) is known color: Lochmara. HEX triplet: 33, 6F and 98. RGB value is (51,111,152). Sum of RGB (Red+Green+Blue) = 51+111+152=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #336F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336F98 is #CC9067. Grayscale: #616161. Windows color (decimal): -13406312 or 9989939. OLE color: 9989939.

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

Color convert

RGB 51 111 152 -
CMYK 0.66 0.27 0 0.40
HSL 204.36º 0.5% 0.4% -
HSV(B) 204.36º 0.66% 0.6% -
XYZ 12.72 14.34 31.8 -
YUV 97.73 158.62 94.67 -
System Red Green Blue C M Y K H S L
Decimal 51 111 152 0.66 0.27 0 0.40 204.36 0.5 0.4
Hex 33 6F 98 42 1B 0 28 CC 32 28
Octal 63 157 230 102 33 0 50 314 62 50
Binary 110011 1101111 10011000 1000010 11011 0 101000 11001100 110010 101000

Color Harmonies of #336F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336F98

Black with #336F98

Text Example


Text Example

White with #336F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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