Html Css Color HEX #336C9F Lochmara

📋 copy color: '#336C9F'

red 51 ◦ green 108 ◦ blue 159

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

Shades of Lochmara #336C9F

Tints of Lochmara #336C9F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.96%

 BLUE value IS 159 (62.5% from 255) = 50%

R = 16.04%
G = 33.96%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#336C9F (or 0x336C9F) is known color: Lochmara. HEX triplet: 33, 6C and 9F. RGB value is (51,108,159). Sum of RGB (Red+Green+Blue) = 51+108+159=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #336C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336C9F is #CC9360. Grayscale: #606060. Windows color (decimal): -13407073 or 10447923. OLE color: 10447923.

HSL color Cylindrical-coordinate representation of color #336C9F: hue angle of 208.33º 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 #336C9F is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 108 159 -
CMYK 0.68 0.32 0 0.38
HSL 208.33º 0.51% 0.41% -
HSV(B) 208.33º 0.68% 0.62% -
XYZ 12.99 13.93 34.81 -
YUV 96.77 163.12 95.35 -
System Red Green Blue C M Y K H S L
Decimal 51 108 159 0.68 0.32 0 0.38 208.33 0.51 0.41
Hex 33 6C 9F 44 20 0 26 D0 33 29
Octal 63 154 237 104 40 0 46 320 63 51
Binary 110011 1101100 10011111 1000100 100000 0 100110 11010000 110011 101001

Color Harmonies of #336C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336C9F

Black with #336C9F

Text Example


Text Example

White with #336C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,108,159); }

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

background-color css

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

 a { background-color: rgb(51,108,159); }

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

border-color css

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

 span { border-color: rgb(51,108,159); }

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