Html Css Color HEX #336AB3 Lochmara

📋 copy color: '#336AB3'

red 51 ◦ green 106 ◦ blue 179

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

Shades of Lochmara #336AB3

Tints of Lochmara #336AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 53.27%

R = 15.18%
G = 31.55%
B = 53.27%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#336AB3 (or 0x336AB3) is known color: Lochmara. HEX triplet: 33, 6A and B3. RGB value is (51,106,179). Sum of RGB (Red+Green+Blue) = 51+106+179=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 179 (70.31% from 255 or 53.27% from 336); Max value from RGB is 179 - color contains mainly: blue. Hex color #336AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336AB3 is #CC954C. Grayscale: #616161. Windows color (decimal): -13407565 or 11758131. OLE color: 11758131.

HSL color Cylindrical-coordinate representation of color #336AB3: hue angle of 214.22º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #336AB3 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 51 106 179 -
CMYK 0.72 0.41 0 0.30
HSL 214.22º 0.56% 0.45% -
HSV(B) 214.22º 0.72% 0.7% -
XYZ 14.66 14.27 44.63 -
YUV 97.88 173.78 94.56 -
System Red Green Blue C M Y K H S L
Decimal 51 106 179 0.72 0.41 0 0.30 214.22 0.56 0.45
Hex 33 6A B3 48 29 0 1E D6 38 2D
Octal 63 152 263 110 51 0 36 326 70 55
Binary 110011 1101010 10110011 1001000 101001 0 11110 11010110 111000 101101

Color Harmonies of #336AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336AB3

Black with #336AB3

Text Example


Text Example

White with #336AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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