Html Css Color HEX #375B67 Blumine

📋 copy color: '#375B67'

red 55 ◦ green 91 ◦ blue 103

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

Shades of Blumine #375B67

Tints of Blumine #375B67

RGB

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

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

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

R = 22.09%
G = 36.55%
B = 41.37%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#375B67 (or 0x375B67) is known color: Blumine. HEX triplet: 37, 5B and 67. RGB value is (55,91,103). Sum of RGB (Red+Green+Blue) = 55+91+103=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 103 - color contains mainly: blue. Hex color #375B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375B67 is #C8A498. Grayscale: #515151. Windows color (decimal): -13149337 or 6773559. OLE color: 6773559.

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

Color convert

RGB 55 91 103 -
CMYK 0.47 0.12 0 0.60
HSL 195º 0.3% 0.31% -
HSV(B) 195º 0.47% 0.4% -
XYZ 7.76 9.27 14.21 -
YUV 81.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 55 91 103 0.47 0.12 0 0.60 195 0.3 0.31
Hex 37 5B 67 2F C 0 3C C3 1E 1F
Octal 67 133 147 57 14 0 74 303 36 37
Binary 110111 1011011 1100111 101111 1100 0 111100 11000011 11110 11111

Color Harmonies of #375B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375B67

Black with #375B67

Text Example


Text Example

White with #375B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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