Html Css Color HEX #336BBA Lochmara

📋 copy color: '#336BBA'

red 51 ◦ green 107 ◦ blue 186

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

Shades of Lochmara #336BBA

Tints of Lochmara #336BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.1%

 BLUE value IS 186 (73.05% from 255) = 54.07%

R = 14.83%
G = 31.1%
B = 54.07%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#336BBA (or 0x336BBA) is known color: Lochmara. HEX triplet: 33, 6B and BA. RGB value is (51,107,186). Sum of RGB (Red+Green+Blue) = 51+107+186=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #336BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336BBA is #CC9445. Grayscale: #626262. Windows color (decimal): -13407302 or 12217139. OLE color: 12217139.

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

Color convert

RGB 51 107 186 -
CMYK 0.73 0.42 0 0.27
HSL 215.11º 0.57% 0.46% -
HSV(B) 215.11º 0.73% 0.73% -
XYZ 15.49 14.76 48.49 -
YUV 99.26 176.95 93.58 -
System Red Green Blue C M Y K H S L
Decimal 51 107 186 0.73 0.42 0 0.27 215.11 0.57 0.46
Hex 33 6B BA 49 2A 0 1B D7 39 2E
Octal 63 153 272 111 52 0 33 327 71 56
Binary 110011 1101011 10111010 1001001 101010 0 11011 11010111 111001 101110

Color Harmonies of #336BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336BBA

Black with #336BBA

Text Example


Text Example

White with #336BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,107,186); }

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

background-color css

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

 a { background-color: rgb(51,107,186); }

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

border-color css

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

 span { border-color: rgb(51,107,186); }

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