Html Css Color HEX #346269 Blumine

📋 copy color: '#346269'

red 52 ◦ green 98 ◦ blue 105

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

Shades of Blumine #346269

Tints of Blumine #346269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.18%

R = 20.39%
G = 38.43%
B = 41.18%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#346269 (or 0x346269) is known color: Blumine. HEX triplet: 34, 62 and 69. RGB value is (52,98,105). Sum of RGB (Red+Green+Blue) = 52+98+105=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 105 - color contains mainly: blue. Hex color #346269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346269 is #CB9D96. Grayscale: #545454. Windows color (decimal): -13344151 or 6906420. OLE color: 6906420.

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

Color convert

RGB 52 98 105 -
CMYK 0.50 0.07 0 0.59
HSL 187.92º 0.34% 0.31% -
HSV(B) 187.92º 0.5% 0.41% -
XYZ 8.33 10.49 14.95 -
YUV 85.04 139.26 104.43 -
System Red Green Blue C M Y K H S L
Decimal 52 98 105 0.50 0.07 0 0.59 187.92 0.34 0.31
Hex 34 62 69 32 7 0 3B BC 22 1F
Octal 64 142 151 62 7 0 73 274 42 37
Binary 110100 1100010 1101001 110010 111 0 111011 10111100 100010 11111

Color Harmonies of #346269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346269

Black with #346269

Text Example


Text Example

White with #346269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346269; }

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

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

background-color css

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

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

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

border-color css

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

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

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