Html Css Color HEX #375C6C Blumine

📋 copy color: '#375C6C'

red 55 ◦ green 92 ◦ blue 108

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

Shades of Blumine #375C6C

Tints of Blumine #375C6C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.08%

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

R = 21.57%
G = 36.08%
B = 42.35%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#375C6C (or 0x375C6C) is known color: Blumine. HEX triplet: 37, 5C and 6C. RGB value is (55,92,108). Sum of RGB (Red+Green+Blue) = 55+92+108=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 108 - color contains mainly: blue. Hex color #375C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C6C is #C8A393. Grayscale: #525252. Windows color (decimal): -13149076 or 7101495. OLE color: 7101495.

HSL color Cylindrical-coordinate representation of color #375C6C: hue angle of 198.11º 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 #375C6C is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 92 108 -
CMYK 0.49 0.15 0 0.58
HSL 198.11º 0.33% 0.32% -
HSV(B) 198.11º 0.49% 0.42% -
XYZ 8.11 9.55 15.6 -
YUV 82.76 142.24 108.2 -
System Red Green Blue C M Y K H S L
Decimal 55 92 108 0.49 0.15 0 0.58 198.11 0.33 0.32
Hex 37 5C 6C 31 F 0 3A C6 21 20
Octal 67 134 154 61 17 0 72 306 41 40
Binary 110111 1011100 1101100 110001 1111 0 111010 11000110 100001 100000

Color Harmonies of #375C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C6C

Black with #375C6C

Text Example


Text Example

White with #375C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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