Html Css Color HEX #34629B Lochmara

📋 copy color: '#34629B'

red 52 ◦ green 98 ◦ blue 155

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

Shades of Lochmara #34629B

Tints of Lochmara #34629B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.13%

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

R = 17.05%
G = 32.13%
B = 50.82%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34629B (or 0x34629B) is known color: Lochmara. HEX triplet: 34, 62 and 9B. RGB value is (52,98,155). Sum of RGB (Red+Green+Blue) = 52+98+155=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #34629B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34629B is #CB9D64. Grayscale: #5A5A5A. Windows color (decimal): -13344101 or 10183220. OLE color: 10183220.

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

Color convert

RGB 52 98 155 -
CMYK 0.66 0.37 0 0.39
HSL 213.2º 0.5% 0.41% -
HSV(B) 213.2º 0.66% 0.61% -
XYZ 11.7 11.83 32.68 -
YUV 90.74 164.26 100.37 -
System Red Green Blue C M Y K H S L
Decimal 52 98 155 0.66 0.37 0 0.39 213.2 0.5 0.41
Hex 34 62 9B 42 25 0 27 D5 32 29
Octal 64 142 233 102 45 0 47 325 62 51
Binary 110100 1100010 10011011 1000010 100101 0 100111 11010101 110010 101001

Color Harmonies of #34629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34629B

Black with #34629B

Text Example


Text Example

White with #34629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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