Html Css Color HEX #336F9D Lochmara

📋 copy color: '#336F9D'

red 51 ◦ green 111 ◦ blue 157

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

Shades of Lochmara #336F9D

Tints of Lochmara #336F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 49.22%

R = 15.99%
G = 34.8%
B = 49.22%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#336F9D (or 0x336F9D) is known color: Lochmara. HEX triplet: 33, 6F and 9D. RGB value is (51,111,157). Sum of RGB (Red+Green+Blue) = 51+111+157=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #336F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336F9D is #CC9062. Grayscale: #626262. Windows color (decimal): -13406307 or 10317619. OLE color: 10317619.

HSL color Cylindrical-coordinate representation of color #336F9D: hue angle of 206.04º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #336F9D is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 111 157 -
CMYK 0.68 0.29 0 0.38
HSL 206.04º 0.51% 0.41% -
HSV(B) 206.04º 0.68% 0.62% -
XYZ 13.14 14.51 34.01 -
YUV 98.3 161.12 94.26 -
System Red Green Blue C M Y K H S L
Decimal 51 111 157 0.68 0.29 0 0.38 206.04 0.51 0.41
Hex 33 6F 9D 44 1D 0 26 CE 33 29
Octal 63 157 235 104 35 0 46 316 63 51
Binary 110011 1101111 10011101 1000100 11101 0 100110 11001110 110011 101001

Color Harmonies of #336F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336F9D

Black with #336F9D

Text Example


Text Example

White with #336F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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