Html Css Color HEX #375A6F Blumine

📋 copy color: '#375A6F'

red 55 ◦ green 90 ◦ blue 111

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

Shades of Blumine #375A6F

Tints of Blumine #375A6F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.16%

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

R = 21.48%
G = 35.16%
B = 43.36%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#375A6F (or 0x375A6F) is known color: Blumine. HEX triplet: 37, 5A and 6F. RGB value is (55,90,111). Sum of RGB (Red+Green+Blue) = 55+90+111=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #375A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375A6F is #C8A590. Grayscale: #515151. Windows color (decimal): -13149585 or 7297591. OLE color: 7297591.

HSL color Cylindrical-coordinate representation of color #375A6F: hue angle of 202.5º 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 #375A6F is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 90 111 -
CMYK 0.50 0.19 0 0.56
HSL 202.5º 0.34% 0.33% -
HSV(B) 202.5º 0.5% 0.44% -
XYZ 8.1 9.27 16.4 -
YUV 81.93 144.4 108.79 -
System Red Green Blue C M Y K H S L
Decimal 55 90 111 0.50 0.19 0 0.56 202.5 0.34 0.33
Hex 37 5A 6F 32 13 0 38 CA 22 21
Octal 67 132 157 62 23 0 70 312 42 41
Binary 110111 1011010 1101111 110010 10011 0 111000 11001010 100010 100001

Color Harmonies of #375A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375A6F

Black with #375A6F

Text Example


Text Example

White with #375A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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