Html Css Color HEX #375667 Blumine

📋 copy color: '#375667'

red 55 ◦ green 86 ◦ blue 103

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

Shades of Blumine #375667

Tints of Blumine #375667

RGB

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

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

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

R = 22.54%
G = 35.25%
B = 42.21%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#375667 (or 0x375667) is known color: Blumine. HEX triplet: 37, 56 and 67. RGB value is (55,86,103). Sum of RGB (Red+Green+Blue) = 55+86+103=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 103 - color contains mainly: blue. Hex color #375667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375667 is #C8A998. Grayscale: #4E4E4E. Windows color (decimal): -13150617 or 6772279. OLE color: 6772279.

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

Color convert

RGB 55 86 103 -
CMYK 0.47 0.17 0 0.60
HSL 201.25º 0.3% 0.31% -
HSV(B) 201.25º 0.47% 0.4% -
XYZ 7.35 8.45 14.07 -
YUV 78.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 55 86 103 0.47 0.17 0 0.60 201.25 0.3 0.31
Hex 37 56 67 2F 11 0 3C C9 1E 1F
Octal 67 126 147 57 21 0 74 311 36 37
Binary 110111 1010110 1100111 101111 10001 0 111100 11001001 11110 11111

Color Harmonies of #375667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375667

Black with #375667

Text Example


Text Example

White with #375667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375667; }

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

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

background-color css

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

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

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

border-color css

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

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

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