Html Css Color HEX #375383 Fun Blue

📋 copy color: '#375383'

red 55 ◦ green 83 ◦ blue 131

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

Shades of Fun Blue #375383

Tints of Fun Blue #375383

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.86%

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

R = 20.45%
G = 30.86%
B = 48.7%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#375383 (or 0x375383) is known color: Fun Blue. HEX triplet: 37, 53 and 83. RGB value is (55,83,131). Sum of RGB (Red+Green+Blue) = 55+83+131=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #375383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375383 is #C8AC7C. Grayscale: #4F4F4F. Windows color (decimal): -13151357 or 8606519. OLE color: 8606519.

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

Color convert

RGB 55 83 131 -
CMYK 0.58 0.37 0 0.49
HSL 217.89º 0.41% 0.36% -
HSV(B) 217.89º 0.58% 0.51% -
XYZ 8.77 8.64 22.68 -
YUV 80.1 156.72 110.1 -
System Red Green Blue C M Y K H S L
Decimal 55 83 131 0.58 0.37 0 0.49 217.89 0.41 0.36
Hex 37 53 83 3A 25 0 31 DA 29 24
Octal 67 123 203 72 45 0 61 332 51 44
Binary 110111 1010011 10000011 111010 100101 0 110001 11011010 101001 100100

Color Harmonies of #375383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375383

Black with #375383

Text Example


Text Example

White with #375383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375383; }

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

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

background-color css

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

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

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

border-color css

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

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

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