Html Css Color HEX #395380 Fun Blue

📋 copy color: '#395380'

red 57 ◦ green 83 ◦ blue 128

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

Shades of Fun Blue #395380

Tints of Fun Blue #395380

RGB

 RED value IS 57 (22.66% from 255) = 21.27%

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

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

R = 21.27%
G = 30.97%
B = 47.76%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#395380 (or 0x395380) is known color: Fun Blue. HEX triplet: 39, 53 and 80. RGB value is (57,83,128). Sum of RGB (Red+Green+Blue) = 57+83+128=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #395380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395380 is #C6AC7F. Grayscale: #505050. Windows color (decimal): -13020288 or 8409913. OLE color: 8409913.

HSL color Cylindrical-coordinate representation of color #395380: hue angle of 218.03º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #395380 is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 83 128 -
CMYK 0.55 0.35 0 0.50
HSL 218.03º 0.38% 0.36% -
HSV(B) 218.03º 0.55% 0.5% -
XYZ 8.68 8.61 21.63 -
YUV 80.36 154.89 111.34 -
System Red Green Blue C M Y K H S L
Decimal 57 83 128 0.55 0.35 0 0.50 218.03 0.38 0.36
Hex 39 53 80 37 23 0 32 DA 26 24
Octal 71 123 200 67 43 0 62 332 46 44
Binary 111001 1010011 10000000 110111 100011 0 110010 11011010 100110 100100

Color Harmonies of #395380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395380

Black with #395380

Text Example


Text Example

White with #395380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395380; }

 p { color: rgb(57,83,128); }

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

background-color css

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

 a { background-color: rgb(57,83,128); }

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

border-color css

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

 span { border-color: rgb(57,83,128); }

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