Html Css Color HEX #34679B Lochmara

📋 copy color: '#34679B'

red 52 ◦ green 103 ◦ blue 155

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

Shades of Lochmara #34679B

Tints of Lochmara #34679B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.23%

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

R = 16.77%
G = 33.23%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34679B (or 0x34679B) is known color: Lochmara. HEX triplet: 34, 67 and 9B. RGB value is (52,103,155). Sum of RGB (Red+Green+Blue) = 52+103+155=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #34679B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34679B is #CB9864. Grayscale: #5D5D5D. Windows color (decimal): -13342821 or 10184500. OLE color: 10184500.

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

Color convert

RGB 52 103 155 -
CMYK 0.66 0.34 0 0.39
HSL 210.29º 0.5% 0.41% -
HSV(B) 210.29º 0.66% 0.61% -
XYZ 12.18 12.8 32.84 -
YUV 93.68 162.6 98.27 -
System Red Green Blue C M Y K H S L
Decimal 52 103 155 0.66 0.34 0 0.39 210.29 0.5 0.41
Hex 34 67 9B 42 22 0 27 D2 32 29
Octal 64 147 233 102 42 0 47 322 62 51
Binary 110100 1100111 10011011 1000010 100010 0 100111 11010010 110010 101001

Color Harmonies of #34679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34679B

Black with #34679B

Text Example


Text Example

White with #34679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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