Html Css Color HEX #375280 Fun Blue

📋 copy color: '#375280'

red 55 ◦ green 82 ◦ blue 128

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

Shades of Fun Blue #375280

Tints of Fun Blue #375280

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.94%

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

R = 20.75%
G = 30.94%
B = 48.3%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#375280 (or 0x375280) is known color: Fun Blue. HEX triplet: 37, 52 and 80. RGB value is (55,82,128). Sum of RGB (Red+Green+Blue) = 55+82+128=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: blue. Hex color #375280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375280 is #C8AD7F. Grayscale: #4E4E4E. Windows color (decimal): -13151616 or 8409655. OLE color: 8409655.

HSL color Cylindrical-coordinate representation of color #375280: hue angle of 217.81º 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 #375280 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 82 128 -
CMYK 0.57 0.36 0 0.50
HSL 217.81º 0.4% 0.36% -
HSV(B) 217.81º 0.57% 0.5% -
XYZ 8.49 8.41 21.6 -
YUV 79.17 155.55 110.76 -
System Red Green Blue C M Y K H S L
Decimal 55 82 128 0.57 0.36 0 0.50 217.81 0.4 0.36
Hex 37 52 80 39 24 0 32 DA 28 24
Octal 67 122 200 71 44 0 62 332 50 44
Binary 110111 1010010 10000000 111001 100100 0 110010 11011010 101000 100100

Color Harmonies of #375280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375280

Black with #375280

Text Example


Text Example

White with #375280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375280; }

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

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

background-color css

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

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

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

border-color css

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

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

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