Html Css Color HEX #34749E Lochmara

📋 copy color: '#34749E'

red 52 ◦ green 116 ◦ blue 158

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

Shades of Lochmara #34749E

Tints of Lochmara #34749E

RGB

 RED value IS 52 (20.7% from 255) = 15.95%

 GREEN value IS 116 (45.7% from 255) = 35.58%

 BLUE value IS 158 (62.11% from 255) = 48.47%

R = 15.95%
G = 35.58%
B = 48.47%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34749E (or 0x34749E) is known color: Lochmara. HEX triplet: 34, 74 and 9E. RGB value is (52,116,158). Sum of RGB (Red+Green+Blue) = 52+116+158=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #34749E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34749E is #CB8B61. Grayscale: #656565. Windows color (decimal): -13339490 or 10384436. OLE color: 10384436.

HSL color Cylindrical-coordinate representation of color #34749E: hue angle of 203.77º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34749E is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 116 158 -
CMYK 0.67 0.27 0 0.38
HSL 203.77º 0.5% 0.41% -
HSV(B) 203.77º 0.67% 0.62% -
XYZ 13.83 15.69 34.65 -
YUV 101.65 159.8 92.58 -
System Red Green Blue C M Y K H S L
Decimal 52 116 158 0.67 0.27 0 0.38 203.77 0.5 0.41
Hex 34 74 9E 43 1B 0 26 CC 32 29
Octal 64 164 236 103 33 0 46 314 62 51
Binary 110100 1110100 10011110 1000011 11011 0 100110 11001100 110010 101001

Color Harmonies of #34749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34749E

Black with #34749E

Text Example


Text Example

White with #34749E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34749E; }

 p { color: rgb(52,116,158); }

 H1.HeaderClassName
 {
   color: #34749E;
 }
 .AnyTagClassName
 {
   color: #34749E;
 }
</style>

background-color css

<style>
 a { background-color: #34749E; }

 a { background-color: rgb(52,116,158); }

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

border-color css

<style>
 span { border-color: #34749E; }

 span { border-color: rgb(52,116,158); }

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