Html Css Color HEX #346268 Blumine

📋 copy color: '#346268'

red 52 ◦ green 98 ◦ blue 104

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

Shades of Blumine #346268

Tints of Blumine #346268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.58%

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

R = 20.47%
G = 38.58%
B = 40.94%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#346268 (or 0x346268) is known color: Blumine. HEX triplet: 34, 62 and 68. RGB value is (52,98,104). Sum of RGB (Red+Green+Blue) = 52+98+104=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 104 - color contains mainly: blue. Hex color #346268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346268 is #CB9D97. Grayscale: #545454. Windows color (decimal): -13344152 or 6840884. OLE color: 6840884.

HSL color Cylindrical-coordinate representation of color #346268: hue angle of 186.92º 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 #346268 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 98 104 -
CMYK 0.50 0.06 0 0.59
HSL 186.92º 0.33% 0.31% -
HSV(B) 186.92º 0.5% 0.41% -
XYZ 8.28 10.46 14.68 -
YUV 84.93 138.76 104.51 -
System Red Green Blue C M Y K H S L
Decimal 52 98 104 0.50 0.06 0 0.59 186.92 0.33 0.31
Hex 34 62 68 32 6 0 3B BB 21 1F
Octal 64 142 150 62 6 0 73 273 41 37
Binary 110100 1100010 1101000 110010 110 0 111011 10111011 100001 11111

Color Harmonies of #346268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346268

Black with #346268

Text Example


Text Example

White with #346268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346268; }

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

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

background-color css

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

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

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

border-color css

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

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

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