Html Css Color HEX #395078 Fun Blue

📋 copy color: '#395078'

red 57 ◦ green 80 ◦ blue 120

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

Shades of Fun Blue #395078

Tints of Fun Blue #395078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 46.69%

R = 22.18%
G = 31.13%
B = 46.69%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#395078 (or 0x395078) is known color: Fun Blue. HEX triplet: 39, 50 and 78. RGB value is (57,80,120). Sum of RGB (Red+Green+Blue) = 57+80+120=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #395078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395078 is #C6AF87. Grayscale: #4D4D4D. Windows color (decimal): -13021064 or 7884857. OLE color: 7884857.

HSL color Cylindrical-coordinate representation of color #395078: hue angle of 218.1º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #395078 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 80 120 -
CMYK 0.52 0.33 0 0.53
HSL 218.1º 0.36% 0.35% -
HSV(B) 218.1º 0.53% 0.47% -
XYZ 7.95 7.96 18.89 -
YUV 77.68 151.88 113.25 -
System Red Green Blue C M Y K H S L
Decimal 57 80 120 0.52 0.33 0 0.53 218.1 0.36 0.35
Hex 39 50 78 34 21 0 35 DA 24 23
Octal 71 120 170 64 41 0 65 332 44 43
Binary 111001 1010000 1111000 110100 100001 0 110101 11011010 100100 100011

Color Harmonies of #395078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395078

Black with #395078

Text Example


Text Example

White with #395078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395078; }

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

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

background-color css

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

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

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

border-color css

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

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

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