Html Css Color HEX #345667 Blumine

📋 copy color: '#345667'

red 52 ◦ green 86 ◦ blue 103

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

Shades of Blumine #345667

Tints of Blumine #345667

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.68%

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

R = 21.58%
G = 35.68%
B = 42.74%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#345667 (or 0x345667) is known color: Blumine. HEX triplet: 34, 56 and 67. RGB value is (52,86,103). Sum of RGB (Red+Green+Blue) = 52+86+103=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 103 - color contains mainly: blue. Hex color #345667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345667 is #CBA998. Grayscale: #4D4D4D. Windows color (decimal): -13347225 or 6772276. OLE color: 6772276.

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

Color convert

RGB 52 86 103 -
CMYK 0.50 0.17 0 0.60
HSL 200º 0.33% 0.3% -
HSV(B) 200º 0.5% 0.4% -
XYZ 7.19 8.36 14.07 -
YUV 77.77 142.24 109.62 -
System Red Green Blue C M Y K H S L
Decimal 52 86 103 0.50 0.17 0 0.60 200 0.33 0.3
Hex 34 56 67 32 11 0 3C C8 21 1E
Octal 64 126 147 62 21 0 74 310 41 36
Binary 110100 1010110 1100111 110010 10001 0 111100 11001000 100001 11110

Color Harmonies of #345667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345667

Black with #345667

Text Example


Text Example

White with #345667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345667; }

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

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

background-color css

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

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

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

border-color css

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

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

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