Html Css Color HEX #375668 Blumine

📋 copy color: '#375668'

red 55 ◦ green 86 ◦ blue 104

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

Shades of Blumine #375668

Tints of Blumine #375668

RGB

 RED value IS 55 (21.88% from 255) = 22.45%

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

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

R = 22.45%
G = 35.1%
B = 42.45%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#375668 (or 0x375668) is known color: Blumine. HEX triplet: 37, 56 and 68. RGB value is (55,86,104). Sum of RGB (Red+Green+Blue) = 55+86+104=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 86 (33.98% from 255 or 35.10% 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 #375668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375668 is #C8A997. Grayscale: #4E4E4E. Windows color (decimal): -13150616 or 6837815. OLE color: 6837815.

HSL color Cylindrical-coordinate representation of color #375668: hue angle of 202.04º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #375668 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 86 104 -
CMYK 0.47 0.17 0 0.59
HSL 202.04º 0.31% 0.31% -
HSV(B) 202.04º 0.47% 0.41% -
XYZ 7.4 8.47 14.34 -
YUV 78.78 142.23 111.04 -
System Red Green Blue C M Y K H S L
Decimal 55 86 104 0.47 0.17 0 0.59 202.04 0.31 0.31
Hex 37 56 68 2F 11 0 3B CA 1F 1F
Octal 67 126 150 57 21 0 73 312 37 37
Binary 110111 1010110 1101000 101111 10001 0 111011 11001010 11111 11111

Color Harmonies of #375668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375668

Black with #375668

Text Example


Text Example

White with #375668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375668; }

 p { color: rgb(55,86,104); }

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

background-color css

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

 a { background-color: rgb(55,86,104); }

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

border-color css

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

 span { border-color: rgb(55,86,104); }

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