Html Css Color HEX #34649C Lochmara

📋 copy color: '#34649C'

red 52 ◦ green 100 ◦ blue 156

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

Shades of Lochmara #34649C

Tints of Lochmara #34649C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.65%

R = 16.88%
G = 32.47%
B = 50.65%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34649C (or 0x34649C) is known color: Lochmara. HEX triplet: 34, 64 and 9C. RGB value is (52,100,156). Sum of RGB (Red+Green+Blue) = 52+100+156=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #34649C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34649C is #CB9B63. Grayscale: #5B5B5B. Windows color (decimal): -13343588 or 10249268. OLE color: 10249268.

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

Color convert

RGB 52 100 156 -
CMYK 0.67 0.36 0 0.39
HSL 212.31º 0.5% 0.41% -
HSV(B) 212.31º 0.67% 0.61% -
XYZ 11.97 12.24 33.18 -
YUV 92.03 164.1 99.45 -
System Red Green Blue C M Y K H S L
Decimal 52 100 156 0.67 0.36 0 0.39 212.31 0.5 0.41
Hex 34 64 9C 43 24 0 27 D4 32 29
Octal 64 144 234 103 44 0 47 324 62 51
Binary 110100 1100100 10011100 1000011 100100 0 100111 11010100 110010 101001

Color Harmonies of #34649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34649C

Black with #34649C

Text Example


Text Example

White with #34649C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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