Html Css Color HEX #34759D Lochmara

📋 copy color: '#34759D'

red 52 ◦ green 117 ◦ blue 157

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

Shades of Lochmara #34759D

Tints of Lochmara #34759D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.89%

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

R = 15.95%
G = 35.89%
B = 48.16%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34759D (or 0x34759D) is known color: Lochmara. HEX triplet: 34, 75 and 9D. RGB value is (52,117,157). Sum of RGB (Red+Green+Blue) = 52+117+157=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #34759D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34759D is #CB8A62. Grayscale: #656565. Windows color (decimal): -13339235 or 10319156. OLE color: 10319156.

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

Color convert

RGB 52 117 157 -
CMYK 0.67 0.25 0 0.38
HSL 202.86º 0.5% 0.41% -
HSV(B) 202.86º 0.67% 0.62% -
XYZ 13.86 15.89 34.23 -
YUV 102.13 158.97 92.25 -
System Red Green Blue C M Y K H S L
Decimal 52 117 157 0.67 0.25 0 0.38 202.86 0.5 0.41
Hex 34 75 9D 43 19 0 26 CB 32 29
Octal 64 165 235 103 31 0 46 313 62 51
Binary 110100 1110101 10011101 1000011 11001 0 100110 11001011 110010 101001

Color Harmonies of #34759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34759D

Black with #34759D

Text Example


Text Example

White with #34759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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