Html Css Color HEX #395081 Fun Blue

📋 copy color: '#395081'

red 57 ◦ green 80 ◦ blue 129

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

Shades of Fun Blue #395081

Tints of Fun Blue #395081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 48.5%

R = 21.43%
G = 30.08%
B = 48.5%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#395081 (or 0x395081) is known color: Fun Blue. HEX triplet: 39, 50 and 81. RGB value is (57,80,129). Sum of RGB (Red+Green+Blue) = 57+80+129=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 129 (50.78% from 255 or 48.50% from 266); Max value from RGB is 129 - color contains mainly: blue. Hex color #395081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395081 is #C6AF7E. Grayscale: #4E4E4E. Windows color (decimal): -13021055 or 8474681. OLE color: 8474681.

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

Color convert

RGB 57 80 129 -
CMYK 0.56 0.38 0 0.49
HSL 220.83º 0.39% 0.36% -
HSV(B) 220.83º 0.56% 0.51% -
XYZ 8.52 8.19 21.9 -
YUV 78.71 156.38 112.52 -
System Red Green Blue C M Y K H S L
Decimal 57 80 129 0.56 0.38 0 0.49 220.83 0.39 0.36
Hex 39 50 81 38 26 0 31 DD 27 24
Octal 71 120 201 70 46 0 61 335 47 44
Binary 111001 1010000 10000001 111000 100110 0 110001 11011101 100111 100100

Color Harmonies of #395081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395081

Black with #395081

Text Example


Text Example

White with #395081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395081; }

 p { color: rgb(57,80,129); }

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

background-color css

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

 a { background-color: rgb(57,80,129); }

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

border-color css

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

 span { border-color: rgb(57,80,129); }

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