Html Css Color HEX #34709F Lochmara

📋 copy color: '#34709F'

red 52 ◦ green 112 ◦ blue 159

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

Shades of Lochmara #34709F

Tints of Lochmara #34709F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.23%

R = 16.1%
G = 34.67%
B = 49.23%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34709F (or 0x34709F) is known color: Lochmara. HEX triplet: 34, 70 and 9F. RGB value is (52,112,159). Sum of RGB (Red+Green+Blue) = 52+112+159=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #34709F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34709F is #CB8F60. Grayscale: #636363. Windows color (decimal): -13340513 or 10448948. OLE color: 10448948.

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

Color convert

RGB 52 112 159 -
CMYK 0.67 0.30 0 0.38
HSL 206.36º 0.51% 0.41% -
HSV(B) 206.36º 0.67% 0.62% -
XYZ 13.47 14.82 34.95 -
YUV 99.42 161.62 94.18 -
System Red Green Blue C M Y K H S L
Decimal 52 112 159 0.67 0.30 0 0.38 206.36 0.51 0.41
Hex 34 70 9F 43 1E 0 26 CE 33 29
Octal 64 160 237 103 36 0 46 316 63 51
Binary 110100 1110000 10011111 1000011 11110 0 100110 11001110 110011 101001

Color Harmonies of #34709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34709F

Black with #34709F

Text Example


Text Example

White with #34709F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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