Html Css Color HEX #34566C Blumine

📋 copy color: '#34566C'

red 52 ◦ green 86 ◦ blue 108

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

Shades of Blumine #34566C

Tints of Blumine #34566C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.96%

 BLUE value IS 108 (42.58% from 255) = 43.9%

R = 21.14%
G = 34.96%
B = 43.9%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34566C (or 0x34566C) is known color: Blumine. HEX triplet: 34, 56 and 6C. RGB value is (52,86,108). Sum of RGB (Red+Green+Blue) = 52+86+108=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #34566C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34566C is #CBA993. Grayscale: #4E4E4E. Windows color (decimal): -13347220 or 7099956. OLE color: 7099956.

HSL color Cylindrical-coordinate representation of color #34566C: hue angle of 203.57º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #34566C is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 86 108 -
CMYK 0.52 0.20 0 0.58
HSL 203.57º 0.35% 0.31% -
HSV(B) 203.57º 0.52% 0.42% -
XYZ 7.45 8.47 15.43 -
YUV 78.34 144.74 109.21 -
System Red Green Blue C M Y K H S L
Decimal 52 86 108 0.52 0.20 0 0.58 203.57 0.35 0.31
Hex 34 56 6C 34 14 0 3A CC 23 1F
Octal 64 126 154 64 24 0 72 314 43 37
Binary 110100 1010110 1101100 110100 10100 0 111010 11001100 100011 11111

Color Harmonies of #34566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34566C

Black with #34566C

Text Example


Text Example

White with #34566C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,86,108); }

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

background-color css

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

 a { background-color: rgb(52,86,108); }

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

border-color css

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

 span { border-color: rgb(52,86,108); }

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