Html Css Color HEX #336EB3 Lochmara

📋 copy color: '#336EB3'

red 51 ◦ green 110 ◦ blue 179

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

Shades of Lochmara #336EB3

Tints of Lochmara #336EB3

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.35%

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

R = 15%
G = 32.35%
B = 52.65%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#336EB3 (or 0x336EB3) is known color: Lochmara. HEX triplet: 33, 6E and B3. RGB value is (51,110,179). Sum of RGB (Red+Green+Blue) = 51+110+179=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 179 (70.31% from 255 or 52.65% from 340); Max value from RGB is 179 - color contains mainly: blue. Hex color #336EB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336EB3 is #CC914C. Grayscale: #636363. Windows color (decimal): -13406541 or 11759155. OLE color: 11759155.

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

Color convert

RGB 51 110 179 -
CMYK 0.72 0.39 0 0.30
HSL 212.34º 0.56% 0.45% -
HSV(B) 212.34º 0.72% 0.7% -
XYZ 15.08 15.11 44.77 -
YUV 100.23 172.45 92.89 -
System Red Green Blue C M Y K H S L
Decimal 51 110 179 0.72 0.39 0 0.30 212.34 0.56 0.45
Hex 33 6E B3 48 27 0 1E D4 38 2D
Octal 63 156 263 110 47 0 36 324 70 55
Binary 110011 1101110 10110011 1001000 100111 0 11110 11010100 111000 101101

Color Harmonies of #336EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336EB3

Black with #336EB3

Text Example


Text Example

White with #336EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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