Html Css Color HEX #395182 Fun Blue

📋 copy color: '#395182'

red 57 ◦ green 81 ◦ blue 130

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

Shades of Fun Blue #395182

Tints of Fun Blue #395182

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.22%

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

R = 21.27%
G = 30.22%
B = 48.51%

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

#395182 (or 0x395182) is known color: Fun Blue. HEX triplet: 39, 51 and 82. RGB value is (57,81,130). Sum of RGB (Red+Green+Blue) = 57+81+130=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #395182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395182 is #C6AE7D. Grayscale: #4F4F4F. Windows color (decimal): -13020798 or 8540473. OLE color: 8540473.

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

Color convert

RGB 57 81 130 -
CMYK 0.56 0.38 0 0.49
HSL 220.27º 0.39% 0.37% -
HSV(B) 220.27º 0.56% 0.51% -
XYZ 8.66 8.37 22.28 -
YUV 79.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 57 81 130 0.56 0.38 0 0.49 220.27 0.39 0.37
Hex 39 51 82 38 26 0 31 DC 27 25
Octal 71 121 202 70 46 0 61 334 47 45
Binary 111001 1010001 10000010 111000 100110 0 110001 11011100 100111 100101

Color Harmonies of #395182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395182

Black with #395182

Text Example


Text Example

White with #395182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395182; }

 p { color: rgb(57,81,130); }

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

background-color css

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

 a { background-color: rgb(57,81,130); }

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

border-color css

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

 span { border-color: rgb(57,81,130); }

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