Html Css Color HEX #375083 Fun Blue

📋 copy color: '#375083'

red 55 ◦ green 80 ◦ blue 131

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

Shades of Fun Blue #375083

Tints of Fun Blue #375083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.08%

 BLUE value IS 131 (51.56% from 255) = 49.25%

R = 20.68%
G = 30.08%
B = 49.25%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#375083 (or 0x375083) is known color: Fun Blue. HEX triplet: 37, 50 and 83. RGB value is (55,80,131). Sum of RGB (Red+Green+Blue) = 55+80+131=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #375083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375083 is #C8AF7C. Grayscale: #4E4E4E. Windows color (decimal): -13152125 or 8605751. OLE color: 8605751.

HSL color Cylindrical-coordinate representation of color #375083: hue angle of 220.26º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #375083 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 80 131 -
CMYK 0.58 0.39 0 0.49
HSL 220.26º 0.41% 0.36% -
HSV(B) 220.26º 0.58% 0.51% -
XYZ 8.54 8.19 22.6 -
YUV 78.34 157.72 111.35 -
System Red Green Blue C M Y K H S L
Decimal 55 80 131 0.58 0.39 0 0.49 220.26 0.41 0.36
Hex 37 50 83 3A 27 0 31 DC 29 24
Octal 67 120 203 72 47 0 61 334 51 44
Binary 110111 1010000 10000011 111010 100111 0 110001 11011100 101001 100100

Color Harmonies of #375083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375083

Black with #375083

Text Example


Text Example

White with #375083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375083; }

 p { color: rgb(55,80,131); }

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

background-color css

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

 a { background-color: rgb(55,80,131); }

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

border-color css

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

 span { border-color: rgb(55,80,131); }

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