Html Css Color HEX #395482 Fun Blue

📋 copy color: '#395482'

red 57 ◦ green 84 ◦ blue 130

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

Shades of Fun Blue #395482

Tints of Fun Blue #395482

RGB

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

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

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

R = 21.03%
G = 31%
B = 47.97%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#395482 (or 0x395482) is known color: Fun Blue. HEX triplet: 39, 54 and 82. RGB value is (57,84,130). Sum of RGB (Red+Green+Blue) = 57+84+130=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #395482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395482 is #C6AB7D. Grayscale: #505050. Windows color (decimal): -13020030 or 8541241. OLE color: 8541241.

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

Color convert

RGB 57 84 130 -
CMYK 0.56 0.35 0 0.49
HSL 217.81º 0.39% 0.37% -
HSV(B) 217.81º 0.56% 0.51% -
XYZ 8.89 8.82 22.35 -
YUV 81.17 155.55 110.76 -
System Red Green Blue C M Y K H S L
Decimal 57 84 130 0.56 0.35 0 0.49 217.81 0.39 0.37
Hex 39 54 82 38 23 0 31 DA 27 25
Octal 71 124 202 70 43 0 61 332 47 45
Binary 111001 1010100 10000010 111000 100011 0 110001 11011010 100111 100101

Color Harmonies of #395482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395482

Black with #395482

Text Example


Text Example

White with #395482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395482; }

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

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

background-color css

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

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

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

border-color css

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

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

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