Html Css Color HEX #336A94 Lochmara

📋 copy color: '#336A94'

red 51 ◦ green 106 ◦ blue 148

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

Shades of Lochmara #336A94

Tints of Lochmara #336A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.52%

R = 16.72%
G = 34.75%
B = 48.52%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#336A94 (or 0x336A94) is known color: Lochmara. HEX triplet: 33, 6A and 94. RGB value is (51,106,148). Sum of RGB (Red+Green+Blue) = 51+106+148=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #336A94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336A94 is #CC956B. Grayscale: #5E5E5E. Windows color (decimal): -13407596 or 9726515. OLE color: 9726515.

HSL color Cylindrical-coordinate representation of color #336A94: hue angle of 205.98º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #336A94 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 106 148 -
CMYK 0.66 0.28 0 0.42
HSL 205.98º 0.49% 0.39% -
HSV(B) 205.98º 0.66% 0.58% -
XYZ 11.86 13.15 29.93 -
YUV 94.34 158.28 97.08 -
System Red Green Blue C M Y K H S L
Decimal 51 106 148 0.66 0.28 0 0.42 205.98 0.49 0.39
Hex 33 6A 94 42 1C 0 2A CE 31 27
Octal 63 152 224 102 34 0 52 316 61 47
Binary 110011 1101010 10010100 1000010 11100 0 101010 11001110 110001 100111

Color Harmonies of #336A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336A94

Black with #336A94

Text Example


Text Example

White with #336A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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