Html Css Color HEX #336A9B Lochmara

📋 copy color: '#336A9B'

red 51 ◦ green 106 ◦ blue 155

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

Shades of Lochmara #336A9B

Tints of Lochmara #336A9B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.97%

 BLUE value IS 155 (60.94% from 255) = 49.68%

R = 16.35%
G = 33.97%
B = 49.68%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#336A9B (or 0x336A9B) is known color: Lochmara. HEX triplet: 33, 6A and 9B. RGB value is (51,106,155). Sum of RGB (Red+Green+Blue) = 51+106+155=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #336A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336A9B is #CC9564. Grayscale: #5E5E5E. Windows color (decimal): -13407589 or 10185267. OLE color: 10185267.

HSL color Cylindrical-coordinate representation of color #336A9B: hue angle of 208.27º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #336A9B is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 106 155 -
CMYK 0.67 0.32 0 0.39
HSL 208.27º 0.5% 0.4% -
HSV(B) 208.27º 0.67% 0.61% -
XYZ 12.44 13.38 32.94 -
YUV 95.14 161.78 96.52 -
System Red Green Blue C M Y K H S L
Decimal 51 106 155 0.67 0.32 0 0.39 208.27 0.5 0.4
Hex 33 6A 9B 43 20 0 27 D0 32 28
Octal 63 152 233 103 40 0 47 320 62 50
Binary 110011 1101010 10011011 1000011 100000 0 100111 11010000 110010 101000

Color Harmonies of #336A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336A9B

Black with #336A9B

Text Example


Text Example

White with #336A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,106,155); }

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

background-color css

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

 a { background-color: rgb(51,106,155); }

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

border-color css

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

 span { border-color: rgb(51,106,155); }

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