Html Css Color HEX #345767 Blumine

📋 copy color: '#345767'

red 52 ◦ green 87 ◦ blue 103

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

Shades of Blumine #345767

Tints of Blumine #345767

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.95%

 BLUE value IS 103 (40.63% from 255) = 42.56%

R = 21.49%
G = 35.95%
B = 42.56%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#345767 (or 0x345767) is known color: Blumine. HEX triplet: 34, 57 and 67. RGB value is (52,87,103). Sum of RGB (Red+Green+Blue) = 52+87+103=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 103 - color contains mainly: blue. Hex color #345767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345767 is #CBA898. Grayscale: #4E4E4E. Windows color (decimal): -13346969 or 6772532. OLE color: 6772532.

HSL color Cylindrical-coordinate representation of color #345767: hue angle of 198.82º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #345767 is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 52 87 103 -
CMYK 0.50 0.16 0 0.60
HSL 198.82º 0.33% 0.3% -
HSV(B) 198.82º 0.5% 0.4% -
XYZ 7.27 8.53 14.09 -
YUV 78.36 141.9 109.2 -
System Red Green Blue C M Y K H S L
Decimal 52 87 103 0.50 0.16 0 0.60 198.82 0.33 0.3
Hex 34 57 67 32 10 0 3C C7 21 1E
Octal 64 127 147 62 20 0 74 307 41 36
Binary 110100 1010111 1100111 110010 10000 0 111100 11000111 100001 11110

Color Harmonies of #345767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345767

Black with #345767

Text Example


Text Example

White with #345767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345767; }

 p { color: rgb(52,87,103); }

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

background-color css

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

 a { background-color: rgb(52,87,103); }

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

border-color css

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

 span { border-color: rgb(52,87,103); }

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