Html Css Color HEX #336AB9 Lochmara

📋 copy color: '#336AB9'

red 51 ◦ green 106 ◦ blue 185

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

Shades of Lochmara #336AB9

Tints of Lochmara #336AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 54.09%

R = 14.91%
G = 30.99%
B = 54.09%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#336AB9 (or 0x336AB9) is known color: Lochmara. HEX triplet: 33, 6A and B9. RGB value is (51,106,185). Sum of RGB (Red+Green+Blue) = 51+106+185=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 185 (72.66% from 255 or 54.09% from 342); Max value from RGB is 185 - color contains mainly: blue. Hex color #336AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336AB9 is #CC9546. Grayscale: #626262. Windows color (decimal): -13407559 or 12151347. OLE color: 12151347.

HSL color Cylindrical-coordinate representation of color #336AB9: hue angle of 215.37º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #336AB9 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 106 185 -
CMYK 0.72 0.43 0 0.27
HSL 215.37º 0.57% 0.46% -
HSV(B) 215.37º 0.72% 0.73% -
XYZ 15.28 14.51 47.9 -
YUV 98.56 176.78 94.08 -
System Red Green Blue C M Y K H S L
Decimal 51 106 185 0.72 0.43 0 0.27 215.37 0.57 0.46
Hex 33 6A B9 48 2B 0 1B D7 39 2E
Octal 63 152 271 110 53 0 33 327 71 56
Binary 110011 1101010 10111001 1001000 101011 0 11011 11010111 111001 101110

Color Harmonies of #336AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336AB9

Black with #336AB9

Text Example


Text Example

White with #336AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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