Html Css Color HEX #34659B Lochmara

📋 copy color: '#34659B'

red 52 ◦ green 101 ◦ blue 155

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

Shades of Lochmara #34659B

Tints of Lochmara #34659B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.79%

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

R = 16.88%
G = 32.79%
B = 50.32%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34659B (or 0x34659B) is known color: Lochmara. HEX triplet: 34, 65 and 9B. RGB value is (52,101,155). Sum of RGB (Red+Green+Blue) = 52+101+155=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #34659B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34659B is #CB9A64. Grayscale: #5C5C5C. Windows color (decimal): -13343333 or 10183988. OLE color: 10183988.

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

Color convert

RGB 52 101 155 -
CMYK 0.66 0.35 0 0.39
HSL 211.46º 0.5% 0.41% -
HSV(B) 211.46º 0.66% 0.61% -
XYZ 11.99 12.4 32.77 -
YUV 92.51 163.27 99.11 -
System Red Green Blue C M Y K H S L
Decimal 52 101 155 0.66 0.35 0 0.39 211.46 0.5 0.41
Hex 34 65 9B 42 23 0 27 D3 32 29
Octal 64 145 233 102 43 0 47 323 62 51
Binary 110100 1100101 10011011 1000010 100011 0 100111 11010011 110010 101001

Color Harmonies of #34659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34659B

Black with #34659B

Text Example


Text Example

White with #34659B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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