Html Css Color HEX #345F78 Blumine

📋 copy color: '#345F78'

red 52 ◦ green 95 ◦ blue 120

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

Shades of Blumine #345F78

Tints of Blumine #345F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.94%

R = 19.48%
G = 35.58%
B = 44.94%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#345F78 (or 0x345F78) is known color: Blumine. HEX triplet: 34, 5F and 78. RGB value is (52,95,120). Sum of RGB (Red+Green+Blue) = 52+95+120=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #345F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345F78 is #CBA087. Grayscale: #545454. Windows color (decimal): -13344904 or 7888692. OLE color: 7888692.

HSL color Cylindrical-coordinate representation of color #345F78: hue angle of 202.06º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #345F78 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 95 120 -
CMYK 0.57 0.21 0 0.53
HSL 202.06º 0.4% 0.34% -
HSV(B) 202.06º 0.57% 0.47% -
XYZ 8.9 10.27 19.28 -
YUV 84.99 147.75 104.47 -
System Red Green Blue C M Y K H S L
Decimal 52 95 120 0.57 0.21 0 0.53 202.06 0.4 0.34
Hex 34 5F 78 39 15 0 35 CA 28 22
Octal 64 137 170 71 25 0 65 312 50 42
Binary 110100 1011111 1111000 111001 10101 0 110101 11001010 101000 100010

Color Harmonies of #345F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345F78

Black with #345F78

Text Example


Text Example

White with #345F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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