Html Css Color HEX #34759A Lochmara

📋 copy color: '#34759A'

red 52 ◦ green 117 ◦ blue 154

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

Shades of Lochmara #34759A

Tints of Lochmara #34759A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 47.68%

R = 16.1%
G = 36.22%
B = 47.68%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#34759A (or 0x34759A) is known color: Lochmara. HEX triplet: 34, 75 and 9A. RGB value is (52,117,154). Sum of RGB (Red+Green+Blue) = 52+117+154=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #34759A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34759A is #CB8A65. Grayscale: #656565. Windows color (decimal): -13339238 or 10122548. OLE color: 10122548.

HSL color Cylindrical-coordinate representation of color #34759A: hue angle of 201.76º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34759A is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 117 154 -
CMYK 0.66 0.24 0 0.40
HSL 201.76º 0.5% 0.4% -
HSV(B) 201.76º 0.66% 0.6% -
XYZ 13.61 15.79 32.9 -
YUV 101.78 157.47 92.49 -
System Red Green Blue C M Y K H S L
Decimal 52 117 154 0.66 0.24 0 0.40 201.76 0.5 0.4
Hex 34 75 9A 42 18 0 28 CA 32 28
Octal 64 165 232 102 30 0 50 312 62 50
Binary 110100 1110101 10011010 1000010 11000 0 101000 11001010 110010 101000

Color Harmonies of #34759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34759A

Black with #34759A

Text Example


Text Example

White with #34759A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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