Html Css Color HEX #34709C Lochmara

📋 copy color: '#34709C'

red 52 ◦ green 112 ◦ blue 156

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

Shades of Lochmara #34709C

Tints of Lochmara #34709C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.75%

R = 16.25%
G = 35%
B = 48.75%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34709C (or 0x34709C) is known color: Lochmara. HEX triplet: 34, 70 and 9C. RGB value is (52,112,156). Sum of RGB (Red+Green+Blue) = 52+112+156=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #34709C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34709C is #CB8F63. Grayscale: #626262. Windows color (decimal): -13340516 or 10252340. OLE color: 10252340.

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

Color convert

RGB 52 112 156 -
CMYK 0.67 0.28 0 0.39
HSL 205.38º 0.5% 0.41% -
HSV(B) 205.38º 0.67% 0.61% -
XYZ 13.21 14.72 33.6 -
YUV 99.08 160.12 94.42 -
System Red Green Blue C M Y K H S L
Decimal 52 112 156 0.67 0.28 0 0.39 205.38 0.5 0.41
Hex 34 70 9C 43 1C 0 27 CD 32 29
Octal 64 160 234 103 34 0 47 315 62 51
Binary 110100 1110000 10011100 1000011 11100 0 100111 11001101 110010 101001

Color Harmonies of #34709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34709C

Black with #34709C

Text Example


Text Example

White with #34709C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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