Html Css Color HEX #34669C Lochmara

📋 copy color: '#34669C'

red 52 ◦ green 102 ◦ blue 156

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

Shades of Lochmara #34669C

Tints of Lochmara #34669C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.9%

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

R = 16.77%
G = 32.9%
B = 50.32%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34669C (or 0x34669C) is known color: Lochmara. HEX triplet: 34, 66 and 9C. RGB value is (52,102,156). Sum of RGB (Red+Green+Blue) = 52+102+156=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #34669C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34669C is #CB9963. Grayscale: #5C5C5C. Windows color (decimal): -13343076 or 10249780. OLE color: 10249780.

HSL color Cylindrical-coordinate representation of color #34669C: hue angle of 211.15º 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 #34669C is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 102 156 -
CMYK 0.67 0.35 0 0.39
HSL 211.15º 0.5% 0.41% -
HSV(B) 211.15º 0.67% 0.61% -
XYZ 12.17 12.63 33.25 -
YUV 93.21 163.44 98.61 -
System Red Green Blue C M Y K H S L
Decimal 52 102 156 0.67 0.35 0 0.39 211.15 0.5 0.41
Hex 34 66 9C 43 23 0 27 D3 32 29
Octal 64 146 234 103 43 0 47 323 62 51
Binary 110100 1100110 10011100 1000011 100011 0 100111 11010011 110010 101001

Color Harmonies of #34669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34669C

Black with #34669C

Text Example


Text Example

White with #34669C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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