Html Css Color HEX #34709D Lochmara

📋 copy color: '#34709D'

red 52 ◦ green 112 ◦ blue 157

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

Shades of Lochmara #34709D

Tints of Lochmara #34709D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.89%

 BLUE value IS 157 (61.72% from 255) = 48.91%

R = 16.2%
G = 34.89%
B = 48.91%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34709D (or 0x34709D) is known color: Lochmara. HEX triplet: 34, 70 and 9D. RGB value is (52,112,157). Sum of RGB (Red+Green+Blue) = 52+112+157=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #34709D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34709D is #CB8F62. Grayscale: #626262. Windows color (decimal): -13340515 or 10317876. OLE color: 10317876.

HSL color Cylindrical-coordinate representation of color #34709D: hue angle of 205.71º 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 #34709D is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 112 157 -
CMYK 0.67 0.29 0 0.38
HSL 205.71º 0.5% 0.41% -
HSV(B) 205.71º 0.67% 0.62% -
XYZ 13.3 14.75 34.05 -
YUV 99.19 160.62 94.34 -
System Red Green Blue C M Y K H S L
Decimal 52 112 157 0.67 0.29 0 0.38 205.71 0.5 0.41
Hex 34 70 9D 43 1D 0 26 CE 32 29
Octal 64 160 235 103 35 0 46 316 62 51
Binary 110100 1110000 10011101 1000011 11101 0 100110 11001110 110010 101001

Color Harmonies of #34709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34709D

Black with #34709D

Text Example


Text Example

White with #34709D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34709D; }

 p { color: rgb(52,112,157); }

 H1.HeaderClassName
 {
   color: #34709D;
 }
 .AnyTagClassName
 {
   color: #34709D;
 }
</style>

background-color css

<style>
 a { background-color: #34709D; }

 a { background-color: rgb(52,112,157); }

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

border-color css

<style>
 span { border-color: #34709D; }

 span { border-color: rgb(52,112,157); }

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