Html Css Color HEX #34649D Lochmara

📋 copy color: '#34649D'

red 52 ◦ green 100 ◦ blue 157

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

Shades of Lochmara #34649D

Tints of Lochmara #34649D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.36%

 BLUE value IS 157 (61.72% from 255) = 50.81%

R = 16.83%
G = 32.36%
B = 50.81%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34649D (or 0x34649D) is known color: Lochmara. HEX triplet: 34, 64 and 9D. RGB value is (52,100,157). Sum of RGB (Red+Green+Blue) = 52+100+157=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #34649D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34649D is #CB9B62. Grayscale: #5B5B5B. Windows color (decimal): -13343587 or 10314804. OLE color: 10314804.

HSL color Cylindrical-coordinate representation of color #34649D: hue angle of 212.57º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34649D is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 100 157 -
CMYK 0.67 0.36 0 0.38
HSL 212.57º 0.5% 0.41% -
HSV(B) 212.57º 0.67% 0.62% -
XYZ 12.06 12.28 33.63 -
YUV 92.15 164.6 99.37 -
System Red Green Blue C M Y K H S L
Decimal 52 100 157 0.67 0.36 0 0.38 212.57 0.5 0.41
Hex 34 64 9D 43 24 0 26 D5 32 29
Octal 64 144 235 103 44 0 46 325 62 51
Binary 110100 1100100 10011101 1000011 100100 0 100110 11010101 110010 101001

Color Harmonies of #34649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34649D

Black with #34649D

Text Example


Text Example

White with #34649D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34649D; }

 p { color: rgb(52,100,157); }

 H1.HeaderClassName
 {
   color: #34649D;
 }
 .AnyTagClassName
 {
   color: #34649D;
 }
</style>

background-color css

<style>
 a { background-color: #34649D; }

 a { background-color: rgb(52,100,157); }

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

border-color css

<style>
 span { border-color: #34649D; }

 span { border-color: rgb(52,100,157); }

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