Html Css Color HEX #345E66 Blumine

📋 copy color: '#345E66'

red 52 ◦ green 94 ◦ blue 102

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

Shades of Blumine #345E66

Tints of Blumine #345E66

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.9%

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

R = 20.97%
G = 37.9%
B = 41.13%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#345E66 (or 0x345E66) is known color: Blumine. HEX triplet: 34, 5E and 66. RGB value is (52,94,102). Sum of RGB (Red+Green+Blue) = 52+94+102=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 102 - color contains mainly: blue. Hex color #345E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345E66 is #CBA199. Grayscale: #525252. Windows color (decimal): -13345178 or 6708788. OLE color: 6708788.

HSL color Cylindrical-coordinate representation of color #345E66: hue angle of 189.6º 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 #345E66 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 52 94 102 -
CMYK 0.49 0.08 0 0.6
HSL 189.6º 0.32% 0.3% -
HSV(B) 189.6º 0.49% 0.4% -
XYZ 7.82 9.69 14.03 -
YUV 82.35 139.09 106.35 -
System Red Green Blue C M Y K H S L
Decimal 52 94 102 0.49 0.08 0 0.6 189.6 0.32 0.3
Hex 34 5E 66 31 8 0 3C BE 20 1E
Octal 64 136 146 61 10 0 74 276 40 36
Binary 110100 1011110 1100110 110001 1000 0 111100 10111110 100000 11110

Color Harmonies of #345E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345E66

Black with #345E66

Text Example


Text Example

White with #345E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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