Html Css Color HEX #336CBB Lochmara

📋 copy color: '#336CBB'

red 51 ◦ green 108 ◦ blue 187

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

Shades of Lochmara #336CBB

Tints of Lochmara #336CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.05%

R = 14.74%
G = 31.21%
B = 54.05%

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

#336CBB (or 0x336CBB) is known color: Lochmara. HEX triplet: 33, 6C and BB. RGB value is (51,108,187). Sum of RGB (Red+Green+Blue) = 51+108+187=346 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.74% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #336CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336CBB is #CC9344. Grayscale: #636363. Windows color (decimal): -13407045 or 12282931. OLE color: 12282931.

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

Color convert

RGB 51 108 187 -
CMYK 0.73 0.42 0 0.27
HSL 214.85º 0.57% 0.47% -
HSV(B) 214.85º 0.73% 0.73% -
XYZ 15.7 15.02 49.08 -
YUV 99.96 177.12 93.08 -
System Red Green Blue C M Y K H S L
Decimal 51 108 187 0.73 0.42 0 0.27 214.85 0.57 0.47
Hex 33 6C BB 49 2A 0 1B D7 39 2F
Octal 63 154 273 111 52 0 33 327 71 57
Binary 110011 1101100 10111011 1001001 101010 0 11011 11010111 111001 101111

Color Harmonies of #336CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336CBB

Black with #336CBB

Text Example


Text Example

White with #336CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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