Html Css Color HEX #345968 Blumine

📋 copy color: '#345968'

red 52 ◦ green 89 ◦ blue 104

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

Shades of Blumine #345968

Tints of Blumine #345968

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.33%

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

R = 21.22%
G = 36.33%
B = 42.45%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#345968 (or 0x345968) is known color: Blumine. HEX triplet: 34, 59 and 68. RGB value is (52,89,104). Sum of RGB (Red+Green+Blue) = 52+89+104=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 104 - color contains mainly: blue. Hex color #345968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345968 is #CBA697. Grayscale: #4F4F4F. Windows color (decimal): -13346456 or 6838580. OLE color: 6838580.

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

Color convert

RGB 52 89 104 -
CMYK 0.50 0.14 0 0.59
HSL 197.31º 0.33% 0.31% -
HSV(B) 197.31º 0.5% 0.41% -
XYZ 7.49 8.87 14.42 -
YUV 79.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 52 89 104 0.50 0.14 0 0.59 197.31 0.33 0.31
Hex 34 59 68 32 E 0 3B C5 21 1F
Octal 64 131 150 62 16 0 73 305 41 37
Binary 110100 1011001 1101000 110010 1110 0 111011 11000101 100001 11111

Color Harmonies of #345968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345968

Black with #345968

Text Example


Text Example

White with #345968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345968; }

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

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

background-color css

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

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

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

border-color css

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

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

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