Html Css Color HEX #375867 Blumine

📋 copy color: '#375867'

red 55 ◦ green 88 ◦ blue 103

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

Shades of Blumine #375867

Tints of Blumine #375867

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.77%

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

R = 22.36%
G = 35.77%
B = 41.87%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#375867 (or 0x375867) is known color: Blumine. HEX triplet: 37, 58 and 67. RGB value is (55,88,103). Sum of RGB (Red+Green+Blue) = 55+88+103=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 103 - color contains mainly: blue. Hex color #375867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375867 is #C8A798. Grayscale: #4F4F4F. Windows color (decimal): -13150105 or 6772791. OLE color: 6772791.

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

Color convert

RGB 55 88 103 -
CMYK 0.47 0.15 0 0.60
HSL 198.75º 0.3% 0.31% -
HSV(B) 198.75º 0.47% 0.4% -
XYZ 7.51 8.77 14.13 -
YUV 79.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 55 88 103 0.47 0.15 0 0.60 198.75 0.3 0.31
Hex 37 58 67 2F F 0 3C C7 1E 1F
Octal 67 130 147 57 17 0 74 307 36 37
Binary 110111 1011000 1100111 101111 1111 0 111100 11000111 11110 11111

Color Harmonies of #375867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375867

Black with #375867

Text Example


Text Example

White with #375867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375867; }

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

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

background-color css

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

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

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

border-color css

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

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

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