Html Css Color HEX #336DB4 Lochmara

📋 copy color: '#336DB4'

red 51 ◦ green 109 ◦ blue 180

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

Shades of Lochmara #336DB4

Tints of Lochmara #336DB4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.06%

 BLUE value IS 180 (70.7% from 255) = 52.94%

R = 15%
G = 32.06%
B = 52.94%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#336DB4 (or 0x336DB4) is known color: Lochmara. HEX triplet: 33, 6D and B4. RGB value is (51,109,180). Sum of RGB (Red+Green+Blue) = 51+109+180=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 180 (70.70% from 255 or 52.94% from 340); Max value from RGB is 180 - color contains mainly: blue. Hex color #336DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336DB4 is #CC924B. Grayscale: #636363. Windows color (decimal): -13406796 or 11824435. OLE color: 11824435.

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

Color convert

RGB 51 109 180 -
CMYK 0.72 0.39 0 0.29
HSL 213.02º 0.56% 0.45% -
HSV(B) 213.02º 0.72% 0.71% -
XYZ 15.07 14.94 45.27 -
YUV 99.75 173.28 93.23 -
System Red Green Blue C M Y K H S L
Decimal 51 109 180 0.72 0.39 0 0.29 213.02 0.56 0.45
Hex 33 6D B4 48 27 0 1D D5 38 2D
Octal 63 155 264 110 47 0 35 325 70 55
Binary 110011 1101101 10110100 1001000 100111 0 11101 11010101 111000 101101

Color Harmonies of #336DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336DB4

Black with #336DB4

Text Example


Text Example

White with #336DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,109,180); }

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

background-color css

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

 a { background-color: rgb(51,109,180); }

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

border-color css

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

 span { border-color: rgb(51,109,180); }

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