Html Css Color HEX #345F74 Blumine

📋 copy color: '#345F74'

red 52 ◦ green 95 ◦ blue 116

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

Shades of Blumine #345F74

Tints of Blumine #345F74

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.12%

 BLUE value IS 116 (45.7% from 255) = 44.11%

R = 19.77%
G = 36.12%
B = 44.11%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#345F74 (or 0x345F74) is known color: Blumine. HEX triplet: 34, 5F and 74. RGB value is (52,95,116). Sum of RGB (Red+Green+Blue) = 52+95+116=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 116 - color contains mainly: blue. Hex color #345F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345F74 is #CBA08B. Grayscale: #545454. Windows color (decimal): -13344908 or 7626548. OLE color: 7626548.

HSL color Cylindrical-coordinate representation of color #345F74: hue angle of 199.69º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #345F74 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 95 116 -
CMYK 0.55 0.18 0 0.55
HSL 199.69º 0.38% 0.33% -
HSV(B) 199.69º 0.55% 0.45% -
XYZ 8.66 10.18 18.03 -
YUV 84.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 52 95 116 0.55 0.18 0 0.55 199.69 0.38 0.33
Hex 34 5F 74 37 12 0 37 C8 26 21
Octal 64 137 164 67 22 0 67 310 46 41
Binary 110100 1011111 1110100 110111 10010 0 110111 11001000 100110 100001

Color Harmonies of #345F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345F74

Black with #345F74

Text Example


Text Example

White with #345F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,95,116); }

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

background-color css

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

 a { background-color: rgb(52,95,116); }

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

border-color css

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

 span { border-color: rgb(52,95,116); }

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