Html Css Color HEX #346066 Blumine

📋 copy color: '#346066'

red 52 ◦ green 96 ◦ blue 102

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

Shades of Blumine #346066

Tints of Blumine #346066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.8%

R = 20.8%
G = 38.4%
B = 40.8%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#346066 (or 0x346066) is known color: Blumine. HEX triplet: 34, 60 and 66. RGB value is (52,96,102). Sum of RGB (Red+Green+Blue) = 52+96+102=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 102 - color contains mainly: blue. Hex color #346066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346066 is #CB9F99. Grayscale: #535353. Windows color (decimal): -13344666 or 6709300. OLE color: 6709300.

HSL color Cylindrical-coordinate representation of color #346066: hue angle of 187.2º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #346066 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 52 96 102 -
CMYK 0.49 0.06 0 0.6
HSL 187.2º 0.32% 0.3% -
HSV(B) 187.2º 0.49% 0.4% -
XYZ 8 10.06 14.09 -
YUV 83.53 138.42 105.51 -
System Red Green Blue C M Y K H S L
Decimal 52 96 102 0.49 0.06 0 0.6 187.2 0.32 0.3
Hex 34 60 66 31 6 0 3C BB 20 1E
Octal 64 140 146 61 6 0 74 273 40 36
Binary 110100 1100000 1100110 110001 110 0 111100 10111011 100000 11110

Color Harmonies of #346066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346066

Black with #346066

Text Example


Text Example

White with #346066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346066; }

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

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

background-color css

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

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

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

border-color css

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

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

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