Html Css Color HEX #34719B Lochmara

📋 copy color: '#34719B'

red 52 ◦ green 113 ◦ blue 155

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

Shades of Lochmara #34719B

Tints of Lochmara #34719B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.31%

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

R = 16.25%
G = 35.31%
B = 48.44%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34719B (or 0x34719B) is known color: Lochmara. HEX triplet: 34, 71 and 9B. RGB value is (52,113,155). Sum of RGB (Red+Green+Blue) = 52+113+155=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #34719B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34719B is #CB8E64. Grayscale: #636363. Windows color (decimal): -13340261 or 10187060. OLE color: 10187060.

HSL color Cylindrical-coordinate representation of color #34719B: hue angle of 204.47º 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 #34719B is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 113 155 -
CMYK 0.66 0.27 0 0.39
HSL 204.47º 0.5% 0.41% -
HSV(B) 204.47º 0.66% 0.61% -
XYZ 13.24 14.91 33.19 -
YUV 99.55 159.29 94.08 -
System Red Green Blue C M Y K H S L
Decimal 52 113 155 0.66 0.27 0 0.39 204.47 0.5 0.41
Hex 34 71 9B 42 1B 0 27 CC 32 29
Octal 64 161 233 102 33 0 47 314 62 51
Binary 110100 1110001 10011011 1000010 11011 0 100111 11001100 110010 101001

Color Harmonies of #34719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34719B

Black with #34719B

Text Example


Text Example

White with #34719B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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