Html Css Color HEX #346075 Blumine

📋 copy color: '#346075'

red 52 ◦ green 96 ◦ blue 117

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

Shades of Blumine #346075

Tints of Blumine #346075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.15%

R = 19.62%
G = 36.23%
B = 44.15%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#346075 (or 0x346075) is known color: Blumine. HEX triplet: 34, 60 and 75. RGB value is (52,96,117). Sum of RGB (Red+Green+Blue) = 52+96+117=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #346075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346075 is #CB9F8A. Grayscale: #555555. Windows color (decimal): -13344651 or 7692340. OLE color: 7692340.

HSL color Cylindrical-coordinate representation of color #346075: hue angle of 199.38º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #346075 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 96 117 -
CMYK 0.56 0.18 0 0.54
HSL 199.38º 0.38% 0.33% -
HSV(B) 199.38º 0.56% 0.46% -
XYZ 8.81 10.38 18.37 -
YUV 85.24 145.92 104.29 -
System Red Green Blue C M Y K H S L
Decimal 52 96 117 0.56 0.18 0 0.54 199.38 0.38 0.33
Hex 34 60 75 38 12 0 36 C7 26 21
Octal 64 140 165 70 22 0 66 307 46 41
Binary 110100 1100000 1110101 111000 10010 0 110110 11000111 100110 100001

Color Harmonies of #346075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346075

Black with #346075

Text Example


Text Example

White with #346075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346075; }

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

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

background-color css

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

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

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

border-color css

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

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

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