Html Css Color HEX #395382 Fun Blue

📋 copy color: '#395382'

red 57 ◦ green 83 ◦ blue 130

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

Shades of Fun Blue #395382

Tints of Fun Blue #395382

RGB

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

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

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

R = 21.11%
G = 30.74%
B = 48.15%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#395382 (or 0x395382) is known color: Fun Blue. HEX triplet: 39, 53 and 82. RGB value is (57,83,130). Sum of RGB (Red+Green+Blue) = 57+83+130=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #395382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395382 is #C6AC7D. Grayscale: #505050. Windows color (decimal): -13020286 or 8540985. OLE color: 8540985.

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

Color convert

RGB 57 83 130 -
CMYK 0.56 0.36 0 0.49
HSL 218.63º 0.39% 0.37% -
HSV(B) 218.63º 0.56% 0.51% -
XYZ 8.81 8.67 22.33 -
YUV 80.58 155.89 111.18 -
System Red Green Blue C M Y K H S L
Decimal 57 83 130 0.56 0.36 0 0.49 218.63 0.39 0.37
Hex 39 53 82 38 24 0 31 DB 27 25
Octal 71 123 202 70 44 0 61 333 47 45
Binary 111001 1010011 10000010 111000 100100 0 110001 11011011 100111 100101

Color Harmonies of #395382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395382

Black with #395382

Text Example


Text Example

White with #395382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395382; }

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

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

background-color css

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

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

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

border-color css

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

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

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