Html Css Color HEX #336AAB Lochmara

📋 copy color: '#336AAB'

red 51 ◦ green 106 ◦ blue 171

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

Shades of Lochmara #336AAB

Tints of Lochmara #336AAB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.32%

 BLUE value IS 171 (67.19% from 255) = 52.13%

R = 15.55%
G = 32.32%
B = 52.13%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#336AAB (or 0x336AAB) is known color: Lochmara. HEX triplet: 33, 6A and AB. RGB value is (51,106,171). Sum of RGB (Red+Green+Blue) = 51+106+171=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #336AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336AAB is #CC9554. Grayscale: #606060. Windows color (decimal): -13407573 or 11233843. OLE color: 11233843.

HSL color Cylindrical-coordinate representation of color #336AAB: hue angle of 212.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #336AAB is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 106 171 -
CMYK 0.70 0.38 0 0.33
HSL 212.5º 0.54% 0.44% -
HSV(B) 212.5º 0.7% 0.67% -
XYZ 13.87 13.95 40.49 -
YUV 96.97 169.78 95.21 -
System Red Green Blue C M Y K H S L
Decimal 51 106 171 0.70 0.38 0 0.33 212.5 0.54 0.44
Hex 33 6A AB 46 26 0 21 D4 36 2C
Octal 63 152 253 106 46 0 41 324 66 54
Binary 110011 1101010 10101011 1000110 100110 0 100001 11010100 110110 101100

Color Harmonies of #336AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336AAB

Black with #336AAB

Text Example


Text Example

White with #336AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,106,171); }

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

background-color css

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

 a { background-color: rgb(51,106,171); }

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

border-color css

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

 span { border-color: rgb(51,106,171); }

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