Html Css Color HEX #346474 Blumine

📋 copy color: '#346474'

red 52 ◦ green 100 ◦ blue 116

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

Shades of Blumine #346474

Tints of Blumine #346474

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.31%

 BLUE value IS 116 (45.7% from 255) = 43.28%

R = 19.4%
G = 37.31%
B = 43.28%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#346474 (or 0x346474) is known color: Blumine. HEX triplet: 34, 64 and 74. RGB value is (52,100,116). Sum of RGB (Red+Green+Blue) = 52+100+116=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 116 - color contains mainly: blue. Hex color #346474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346474 is #CB9B8B. Grayscale: #575757. Windows color (decimal): -13343628 or 7627828. OLE color: 7627828.

HSL color Cylindrical-coordinate representation of color #346474: hue angle of 195º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #346474 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 100 116 -
CMYK 0.55 0.14 0 0.55
HSL 195º 0.38% 0.33% -
HSV(B) 195º 0.55% 0.45% -
XYZ 9.13 11.11 18.19 -
YUV 87.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 52 100 116 0.55 0.14 0 0.55 195 0.38 0.33
Hex 34 64 74 37 E 0 37 C3 26 21
Octal 64 144 164 67 16 0 67 303 46 41
Binary 110100 1100100 1110100 110111 1110 0 110111 11000011 100110 100001

Color Harmonies of #346474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346474

Black with #346474

Text Example


Text Example

White with #346474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346474; }

 p { color: rgb(52,100,116); }

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

background-color css

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

 a { background-color: rgb(52,100,116); }

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

border-color css

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

 span { border-color: rgb(52,100,116); }

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