Html Css Color HEX #375F6C Blumine

📋 copy color: '#375F6C'

red 55 ◦ green 95 ◦ blue 108

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

Shades of Blumine #375F6C

Tints of Blumine #375F6C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.82%

 BLUE value IS 108 (42.58% from 255) = 41.86%

R = 21.32%
G = 36.82%
B = 41.86%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#375F6C (or 0x375F6C) is known color: Blumine. HEX triplet: 37, 5F and 6C. RGB value is (55,95,108). Sum of RGB (Red+Green+Blue) = 55+95+108=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #375F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375F6C is #C8A093. Grayscale: #545454. Windows color (decimal): -13148308 or 7102263. OLE color: 7102263.

HSL color Cylindrical-coordinate representation of color #375F6C: hue angle of 194.72º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #375F6C is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 95 108 -
CMYK 0.49 0.12 0 0.58
HSL 194.72º 0.33% 0.32% -
HSV(B) 194.72º 0.49% 0.42% -
XYZ 8.37 10.08 15.69 -
YUV 84.52 141.25 106.94 -
System Red Green Blue C M Y K H S L
Decimal 55 95 108 0.49 0.12 0 0.58 194.72 0.33 0.32
Hex 37 5F 6C 31 C 0 3A C3 21 20
Octal 67 137 154 61 14 0 72 303 41 40
Binary 110111 1011111 1101100 110001 1100 0 111010 11000011 100001 100000

Color Harmonies of #375F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375F6C

Black with #375F6C

Text Example


Text Example

White with #375F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,95,108); }

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

background-color css

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

 a { background-color: rgb(55,95,108); }

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

border-color css

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

 span { border-color: rgb(55,95,108); }

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