Html Css Color HEX #375483 Fun Blue

📋 copy color: '#375483'

red 55 ◦ green 84 ◦ blue 131

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

Shades of Fun Blue #375483

Tints of Fun Blue #375483

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.11%

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

R = 20.37%
G = 31.11%
B = 48.52%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#375483 (or 0x375483) is known color: Fun Blue. HEX triplet: 37, 54 and 83. RGB value is (55,84,131). Sum of RGB (Red+Green+Blue) = 55+84+131=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #375483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375483 is #C8AB7C. Grayscale: #505050. Windows color (decimal): -13151101 or 8606775. OLE color: 8606775.

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

Color convert

RGB 55 84 131 -
CMYK 0.58 0.36 0 0.49
HSL 217.11º 0.41% 0.36% -
HSV(B) 217.11º 0.58% 0.51% -
XYZ 8.84 8.79 22.7 -
YUV 80.69 156.39 109.68 -
System Red Green Blue C M Y K H S L
Decimal 55 84 131 0.58 0.36 0 0.49 217.11 0.41 0.36
Hex 37 54 83 3A 24 0 31 D9 29 24
Octal 67 124 203 72 44 0 61 331 51 44
Binary 110111 1010100 10000011 111010 100100 0 110001 11011001 101001 100100

Color Harmonies of #375483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375483

Black with #375483

Text Example


Text Example

White with #375483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375483; }

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

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

background-color css

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

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

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

border-color css

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

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

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