Html Css Color HEX #34769A Lochmara

📋 copy color: '#34769A'

red 52 ◦ green 118 ◦ blue 154

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

Shades of Lochmara #34769A

Tints of Lochmara #34769A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.42%

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

R = 16.05%
G = 36.42%
B = 47.53%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#34769A (or 0x34769A) is known color: Lochmara. HEX triplet: 34, 76 and 9A. RGB value is (52,118,154). Sum of RGB (Red+Green+Blue) = 52+118+154=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #34769A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34769A is #CB8965. Grayscale: #666666. Windows color (decimal): -13338982 or 10122804. OLE color: 10122804.

HSL color Cylindrical-coordinate representation of color #34769A: hue angle of 201.18º 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 #34769A is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 118 154 -
CMYK 0.66 0.23 0 0.40
HSL 201.18º 0.5% 0.4% -
HSV(B) 201.18º 0.66% 0.6% -
XYZ 13.73 16.02 32.94 -
YUV 102.37 157.13 92.07 -
System Red Green Blue C M Y K H S L
Decimal 52 118 154 0.66 0.23 0 0.40 201.18 0.5 0.4
Hex 34 76 9A 42 17 0 28 C9 32 28
Octal 64 166 232 102 27 0 50 311 62 50
Binary 110100 1110110 10011010 1000010 10111 0 101000 11001001 110010 101000

Color Harmonies of #34769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34769A

Black with #34769A

Text Example


Text Example

White with #34769A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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