Html Css Color HEX #375B66 Blumine

📋 copy color: '#375B66'

red 55 ◦ green 91 ◦ blue 102

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

Shades of Blumine #375B66

Tints of Blumine #375B66

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.69%

 BLUE value IS 102 (40.23% from 255) = 41.13%

R = 22.18%
G = 36.69%
B = 41.13%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#375B66 (or 0x375B66) is known color: Blumine. HEX triplet: 37, 5B and 66. RGB value is (55,91,102). Sum of RGB (Red+Green+Blue) = 55+91+102=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 102 - color contains mainly: blue. Hex color #375B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375B66 is #C8A499. Grayscale: #515151. Windows color (decimal): -13149338 or 6708023. OLE color: 6708023.

HSL color Cylindrical-coordinate representation of color #375B66: hue angle of 194.04º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #375B66 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 55 91 102 -
CMYK 0.46 0.11 0 0.6
HSL 194.04º 0.3% 0.31% -
HSV(B) 194.04º 0.46% 0.4% -
XYZ 7.71 9.25 13.95 -
YUV 81.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 55 91 102 0.46 0.11 0 0.6 194.04 0.3 0.31
Hex 37 5B 66 2E B 0 3C C2 1E 1F
Octal 67 133 146 56 13 0 74 302 36 37
Binary 110111 1011011 1100110 101110 1011 0 111100 11000010 11110 11111

Color Harmonies of #375B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375B66

Black with #375B66

Text Example


Text Example

White with #375B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375B66; }

 p { color: rgb(55,91,102); }

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

background-color css

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

 a { background-color: rgb(55,91,102); }

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

border-color css

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

 span { border-color: rgb(55,91,102); }

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