Html Css Color HEX #34799B Lochmara

📋 copy color: '#34799B'

red 52 ◦ green 121 ◦ blue 155

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

Shades of Lochmara #34799B

Tints of Lochmara #34799B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.89%

 BLUE value IS 155 (60.94% from 255) = 47.26%

R = 15.85%
G = 36.89%
B = 47.26%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34799B (or 0x34799B) is known color: Lochmara. HEX triplet: 34, 79 and 9B. RGB value is (52,121,155). Sum of RGB (Red+Green+Blue) = 52+121+155=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #34799B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34799B is #CB8664. Grayscale: #686868. Windows color (decimal): -13338213 or 10189108. OLE color: 10189108.

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

Color convert

RGB 52 121 155 -
CMYK 0.66 0.22 0 0.39
HSL 199.81º 0.5% 0.41% -
HSV(B) 199.81º 0.66% 0.61% -
XYZ 14.17 16.77 33.5 -
YUV 104.25 156.64 90.74 -
System Red Green Blue C M Y K H S L
Decimal 52 121 155 0.66 0.22 0 0.39 199.81 0.5 0.41
Hex 34 79 9B 42 16 0 27 C8 32 29
Octal 64 171 233 102 26 0 47 310 62 51
Binary 110100 1111001 10011011 1000010 10110 0 100111 11001000 110010 101001

Color Harmonies of #34799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34799B

Black with #34799B

Text Example


Text Example

White with #34799B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34799B; }

 p { color: rgb(52,121,155); }

 H1.HeaderClassName
 {
   color: #34799B;
 }
 .AnyTagClassName
 {
   color: #34799B;
 }
</style>

background-color css

<style>
 a { background-color: #34799B; }

 a { background-color: rgb(52,121,155); }

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

border-color css

<style>
 span { border-color: #34799B; }

 span { border-color: rgb(52,121,155); }

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