Html Css Color HEX #375C6F Blumine

📋 copy color: '#375C6F'

red 55 ◦ green 92 ◦ blue 111

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

Shades of Blumine #375C6F

Tints of Blumine #375C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.02%

R = 21.32%
G = 35.66%
B = 43.02%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#375C6F (or 0x375C6F) is known color: Blumine. HEX triplet: 37, 5C and 6F. RGB value is (55,92,111). Sum of RGB (Red+Green+Blue) = 55+92+111=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 111 - color contains mainly: blue. Hex color #375C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C6F is #C8A390. Grayscale: #525252. Windows color (decimal): -13149073 or 7298103. OLE color: 7298103.

HSL color Cylindrical-coordinate representation of color #375C6F: hue angle of 200.36º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #375C6F is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 92 111 -
CMYK 0.50 0.17 0 0.56
HSL 200.36º 0.34% 0.33% -
HSV(B) 200.36º 0.5% 0.44% -
XYZ 8.27 9.61 16.46 -
YUV 83.1 143.74 107.96 -
System Red Green Blue C M Y K H S L
Decimal 55 92 111 0.50 0.17 0 0.56 200.36 0.34 0.33
Hex 37 5C 6F 32 11 0 38 C8 22 21
Octal 67 134 157 62 21 0 70 310 42 41
Binary 110111 1011100 1101111 110010 10001 0 111000 11001000 100010 100001

Color Harmonies of #375C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C6F

Black with #375C6F

Text Example


Text Example

White with #375C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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