Html Css Color HEX #336CB5 Lochmara

📋 copy color: '#336CB5'

red 51 ◦ green 108 ◦ blue 181

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

Shades of Lochmara #336CB5

Tints of Lochmara #336CB5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.76%

 BLUE value IS 181 (71.09% from 255) = 53.24%

R = 15%
G = 31.76%
B = 53.24%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#336CB5 (or 0x336CB5) is known color: Lochmara. HEX triplet: 33, 6C and B5. RGB value is (51,108,181). Sum of RGB (Red+Green+Blue) = 51+108+181=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 181 (71.09% from 255 or 53.24% from 340); Max value from RGB is 181 - color contains mainly: blue. Hex color #336CB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336CB5 is #CC934A. Grayscale: #626262. Windows color (decimal): -13407051 or 11889715. OLE color: 11889715.

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

Color convert

RGB 51 108 181 -
CMYK 0.72 0.40 0 0.29
HSL 213.69º 0.56% 0.45% -
HSV(B) 213.69º 0.72% 0.71% -
XYZ 15.07 14.77 45.77 -
YUV 99.28 174.12 93.56 -
System Red Green Blue C M Y K H S L
Decimal 51 108 181 0.72 0.40 0 0.29 213.69 0.56 0.45
Hex 33 6C B5 48 28 0 1D D6 38 2D
Octal 63 154 265 110 50 0 35 326 70 55
Binary 110011 1101100 10110101 1001000 101000 0 11101 11010110 111000 101101

Color Harmonies of #336CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336CB5

Black with #336CB5

Text Example


Text Example

White with #336CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,108,181); }

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

background-color css

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

 a { background-color: rgb(51,108,181); }

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

border-color css

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

 span { border-color: rgb(51,108,181); }

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