Html Css Color HEX #336CAE Lochmara

📋 copy color: '#336CAE'

red 51 ◦ green 108 ◦ blue 174

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

Shades of Lochmara #336CAE

Tints of Lochmara #336CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.25%

R = 15.32%
G = 32.43%
B = 52.25%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#336CAE (or 0x336CAE) is known color: Lochmara. HEX triplet: 33, 6C and AE. RGB value is (51,108,174). Sum of RGB (Red+Green+Blue) = 51+108+174=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #336CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336CAE is #CC9351. Grayscale: #626262. Windows color (decimal): -13407058 or 11430963. OLE color: 11430963.

HSL color Cylindrical-coordinate representation of color #336CAE: hue angle of 212.2º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #336CAE is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 108 174 -
CMYK 0.71 0.38 0 0.32
HSL 212.2º 0.55% 0.44% -
HSV(B) 212.2º 0.71% 0.68% -
XYZ 14.37 14.48 42.08 -
YUV 98.48 170.62 94.13 -
System Red Green Blue C M Y K H S L
Decimal 51 108 174 0.71 0.38 0 0.32 212.2 0.55 0.44
Hex 33 6C AE 47 26 0 20 D4 37 2C
Octal 63 154 256 107 46 0 40 324 67 54
Binary 110011 1101100 10101110 1000111 100110 0 100000 11010100 110111 101100

Color Harmonies of #336CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336CAE

Black with #336CAE

Text Example


Text Example

White with #336CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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