Html Css Color HEX #336BAE Lochmara

📋 copy color: '#336BAE'

red 51 ◦ green 107 ◦ blue 174

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

Shades of Lochmara #336BAE

Tints of Lochmara #336BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.23%

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

R = 15.36%
G = 32.23%
B = 52.41%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#336BAE (or 0x336BAE) is known color: Lochmara. HEX triplet: 33, 6B and AE. RGB value is (51,107,174). Sum of RGB (Red+Green+Blue) = 51+107+174=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #336BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336BAE is #CC9451. Grayscale: #616161. Windows color (decimal): -13407314 or 11430707. OLE color: 11430707.

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

Color convert

RGB 51 107 174 -
CMYK 0.71 0.39 0 0.32
HSL 212.68º 0.55% 0.44% -
HSV(B) 212.68º 0.71% 0.68% -
XYZ 14.26 14.28 42.05 -
YUV 97.89 170.95 94.55 -
System Red Green Blue C M Y K H S L
Decimal 51 107 174 0.71 0.39 0 0.32 212.68 0.55 0.44
Hex 33 6B AE 47 27 0 20 D5 37 2C
Octal 63 153 256 107 47 0 40 325 67 54
Binary 110011 1101011 10101110 1000111 100111 0 100000 11010101 110111 101100

Color Harmonies of #336BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336BAE

Black with #336BAE

Text Example


Text Example

White with #336BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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