Html Css Color HEX #375C6E Blumine

📋 copy color: '#375C6E'

red 55 ◦ green 92 ◦ blue 110

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

Shades of Blumine #375C6E

Tints of Blumine #375C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.8%

R = 21.4%
G = 35.8%
B = 42.8%

CMYK

 C value IS 0.5

 M value IS 0.16

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#375C6E (or 0x375C6E) is known color: Blumine. HEX triplet: 37, 5C and 6E. RGB value is (55,92,110). Sum of RGB (Red+Green+Blue) = 55+92+110=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 110 - color contains mainly: blue. Hex color #375C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C6E is #C8A391. Grayscale: #525252. Windows color (decimal): -13149074 or 7232567. OLE color: 7232567.

HSL color Cylindrical-coordinate representation of color #375C6E: hue angle of 199.64º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #375C6E is Cyan = 0.5, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 92 110 -
CMYK 0.5 0.16 0 0.57
HSL 199.64º 0.33% 0.32% -
HSV(B) 199.64º 0.5% 0.43% -
XYZ 8.22 9.59 16.17 -
YUV 82.99 143.24 108.04 -
System Red Green Blue C M Y K H S L
Decimal 55 92 110 0.5 0.16 0 0.57 199.64 0.33 0.32
Hex 37 5C 6E 32 10 0 39 C8 21 20
Octal 67 134 156 62 20 0 71 310 41 40
Binary 110111 1011100 1101110 110010 10000 0 111001 11001000 100001 100000

Color Harmonies of #375C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C6E

Black with #375C6E

Text Example


Text Example

White with #375C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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