Html Css Color HEX #34639B Lochmara

📋 copy color: '#34639B'

red 52 ◦ green 99 ◦ blue 155

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

Shades of Lochmara #34639B

Tints of Lochmara #34639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.35%

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

R = 16.99%
G = 32.35%
B = 50.65%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34639B (or 0x34639B) is known color: Lochmara. HEX triplet: 34, 63 and 9B. RGB value is (52,99,155). Sum of RGB (Red+Green+Blue) = 52+99+155=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #34639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34639B is #CB9C64. Grayscale: #5B5B5B. Windows color (decimal): -13343845 or 10183476. OLE color: 10183476.

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

Color convert

RGB 52 99 155 -
CMYK 0.66 0.36 0 0.39
HSL 212.62º 0.5% 0.41% -
HSV(B) 212.62º 0.66% 0.61% -
XYZ 11.79 12.02 32.71 -
YUV 91.33 163.93 99.95 -
System Red Green Blue C M Y K H S L
Decimal 52 99 155 0.66 0.36 0 0.39 212.62 0.5 0.41
Hex 34 63 9B 42 24 0 27 D5 32 29
Octal 64 143 233 102 44 0 47 325 62 51
Binary 110100 1100011 10011011 1000010 100100 0 100111 11010101 110010 101001

Color Harmonies of #34639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34639B

Black with #34639B

Text Example


Text Example

White with #34639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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