Html Css Color HEX #345866 Blumine

📋 copy color: '#345866'

red 52 ◦ green 88 ◦ blue 102

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

Shades of Blumine #345866

Tints of Blumine #345866

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.36%

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

R = 21.49%
G = 36.36%
B = 42.15%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#345866 (or 0x345866) is known color: Blumine. HEX triplet: 34, 58 and 66. RGB value is (52,88,102). Sum of RGB (Red+Green+Blue) = 52+88+102=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 102 - color contains mainly: blue. Hex color #345866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345866 is #CBA799. Grayscale: #4E4E4E. Windows color (decimal): -13346714 or 6707252. OLE color: 6707252.

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

Color convert

RGB 52 88 102 -
CMYK 0.49 0.14 0 0.6
HSL 196.8º 0.32% 0.3% -
HSV(B) 196.8º 0.49% 0.4% -
XYZ 7.3 8.67 13.86 -
YUV 78.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 52 88 102 0.49 0.14 0 0.6 196.8 0.32 0.3
Hex 34 58 66 31 E 0 3C C5 20 1E
Octal 64 130 146 61 16 0 74 305 40 36
Binary 110100 1011000 1100110 110001 1110 0 111100 11000101 100000 11110

Color Harmonies of #345866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345866

Black with #345866

Text Example


Text Example

White with #345866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345866; }

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

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

background-color css

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

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

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

border-color css

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

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

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