Html Css Color HEX #375180 Fun Blue

📋 copy color: '#375180'

red 55 ◦ green 81 ◦ blue 128

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

Shades of Fun Blue #375180

Tints of Fun Blue #375180

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.68%

 BLUE value IS 128 (50.39% from 255) = 48.48%

R = 20.83%
G = 30.68%
B = 48.48%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#375180 (or 0x375180) is known color: Fun Blue. HEX triplet: 37, 51 and 80. RGB value is (55,81,128). Sum of RGB (Red+Green+Blue) = 55+81+128=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #375180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375180 is #C8AE7F. Grayscale: #4E4E4E. Windows color (decimal): -13151872 or 8409399. OLE color: 8409399.

HSL color Cylindrical-coordinate representation of color #375180: hue angle of 218.63º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #375180 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 81 128 -
CMYK 0.57 0.37 0 0.50
HSL 218.63º 0.4% 0.36% -
HSV(B) 218.63º 0.57% 0.5% -
XYZ 8.41 8.26 21.57 -
YUV 78.58 155.89 111.18 -
System Red Green Blue C M Y K H S L
Decimal 55 81 128 0.57 0.37 0 0.50 218.63 0.4 0.36
Hex 37 51 80 39 25 0 32 DB 28 24
Octal 67 121 200 71 45 0 62 333 50 44
Binary 110111 1010001 10000000 111001 100101 0 110010 11011011 101000 100100

Color Harmonies of #375180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375180

Black with #375180

Text Example


Text Example

White with #375180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375180; }

 p { color: rgb(55,81,128); }

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

background-color css

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

 a { background-color: rgb(55,81,128); }

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

border-color css

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

 span { border-color: rgb(55,81,128); }

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