Html Css Color HEX #346168 Blumine

📋 copy color: '#346168'

red 52 ◦ green 97 ◦ blue 104

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

Shades of Blumine #346168

Tints of Blumine #346168

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.34%

 BLUE value IS 104 (41.02% from 255) = 41.11%

R = 20.55%
G = 38.34%
B = 41.11%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#346168 (or 0x346168) is known color: Blumine. HEX triplet: 34, 61 and 68. RGB value is (52,97,104). Sum of RGB (Red+Green+Blue) = 52+97+104=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 104 - color contains mainly: blue. Hex color #346168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346168 is #CB9E97. Grayscale: #545454. Windows color (decimal): -13344408 or 6840628. OLE color: 6840628.

HSL color Cylindrical-coordinate representation of color #346168: hue angle of 188.08º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #346168 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 97 104 -
CMYK 0.50 0.07 0 0.59
HSL 188.08º 0.33% 0.31% -
HSV(B) 188.08º 0.5% 0.41% -
XYZ 8.19 10.28 14.65 -
YUV 84.34 139.09 104.93 -
System Red Green Blue C M Y K H S L
Decimal 52 97 104 0.50 0.07 0 0.59 188.08 0.33 0.31
Hex 34 61 68 32 7 0 3B BC 21 1F
Octal 64 141 150 62 7 0 73 274 41 37
Binary 110100 1100001 1101000 110010 111 0 111011 10111100 100001 11111

Color Harmonies of #346168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346168

Black with #346168

Text Example


Text Example

White with #346168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346168; }

 p { color: rgb(52,97,104); }

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

background-color css

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

 a { background-color: rgb(52,97,104); }

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

border-color css

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

 span { border-color: rgb(52,97,104); }

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