Html Css Color HEX #375082 Fun Blue

📋 copy color: '#375082'

red 55 ◦ green 80 ◦ blue 130

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

Shades of Fun Blue #375082

Tints of Fun Blue #375082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 49.06%

R = 20.75%
G = 30.19%
B = 49.06%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#375082 (or 0x375082) is known color: Fun Blue. HEX triplet: 37, 50 and 82. RGB value is (55,80,130). Sum of RGB (Red+Green+Blue) = 55+80+130=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #375082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375082 is #C8AF7D. Grayscale: #4E4E4E. Windows color (decimal): -13152126 or 8540215. OLE color: 8540215.

HSL color Cylindrical-coordinate representation of color #375082: hue angle of 220º 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 #375082 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 80 130 -
CMYK 0.58 0.38 0 0.49
HSL 220º 0.41% 0.36% -
HSV(B) 220º 0.58% 0.51% -
XYZ 8.47 8.16 22.25 -
YUV 78.23 157.22 111.43 -
System Red Green Blue C M Y K H S L
Decimal 55 80 130 0.58 0.38 0 0.49 220 0.41 0.36
Hex 37 50 82 3A 26 0 31 DC 29 24
Octal 67 120 202 72 46 0 61 334 51 44
Binary 110111 1010000 10000010 111010 100110 0 110001 11011100 101001 100100

Color Harmonies of #375082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375082

Black with #375082

Text Example


Text Example

White with #375082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375082; }

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

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

background-color css

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

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

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

border-color css

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

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

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