Html Css Color HEX #336795 Lochmara

📋 copy color: '#336795'

red 51 ◦ green 103 ◦ blue 149

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

Shades of Lochmara #336795

Tints of Lochmara #336795

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.99%

 BLUE value IS 149 (58.59% from 255) = 49.17%

R = 16.83%
G = 33.99%
B = 49.17%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#336795 (or 0x336795) is known color: Lochmara. HEX triplet: 33, 67 and 95. RGB value is (51,103,149). Sum of RGB (Red+Green+Blue) = 51+103+149=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #336795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336795 is #CC986A. Grayscale: #5C5C5C. Windows color (decimal): -13408363 or 9791283. OLE color: 9791283.

HSL color Cylindrical-coordinate representation of color #336795: hue angle of 208.16º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #336795 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 103 149 -
CMYK 0.66 0.31 0 0.42
HSL 208.16º 0.49% 0.39% -
HSV(B) 208.16º 0.66% 0.58% -
XYZ 11.64 12.57 30.25 -
YUV 92.7 159.77 98.26 -
System Red Green Blue C M Y K H S L
Decimal 51 103 149 0.66 0.31 0 0.42 208.16 0.49 0.39
Hex 33 67 95 42 1F 0 2A D0 31 27
Octal 63 147 225 102 37 0 52 320 61 47
Binary 110011 1100111 10010101 1000010 11111 0 101010 11010000 110001 100111

Color Harmonies of #336795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336795

Black with #336795

Text Example


Text Example

White with #336795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336795; }

 p { color: rgb(51,103,149); }

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

background-color css

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

 a { background-color: rgb(51,103,149); }

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

border-color css

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

 span { border-color: rgb(51,103,149); }

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