Html Css Color HEX #346074 Blumine

📋 copy color: '#346074'

red 52 ◦ green 96 ◦ blue 116

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

Shades of Blumine #346074

Tints of Blumine #346074

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.36%

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

R = 19.7%
G = 36.36%
B = 43.94%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#346074 (or 0x346074) is known color: Blumine. HEX triplet: 34, 60 and 74. RGB value is (52,96,116). Sum of RGB (Red+Green+Blue) = 52+96+116=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #346074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346074 is #CB9F8B. Grayscale: #555555. Windows color (decimal): -13344652 or 7626804. OLE color: 7626804.

HSL color Cylindrical-coordinate representation of color #346074: hue angle of 198.75º 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 #346074 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 96 116 -
CMYK 0.55 0.17 0 0.55
HSL 198.75º 0.38% 0.33% -
HSV(B) 198.75º 0.55% 0.45% -
XYZ 8.75 10.36 18.06 -
YUV 85.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 52 96 116 0.55 0.17 0 0.55 198.75 0.38 0.33
Hex 34 60 74 37 11 0 37 C7 26 21
Octal 64 140 164 67 21 0 67 307 46 41
Binary 110100 1100000 1110100 110111 10001 0 110111 11000111 100110 100001

Color Harmonies of #346074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346074

Black with #346074

Text Example


Text Example

White with #346074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346074; }

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

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

background-color css

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

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

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

border-color css

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

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

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