Html Css Color HEX #385179 Fun Blue

📋 copy color: '#385179'

red 56 ◦ green 81 ◦ blue 121

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

Shades of Fun Blue #385179

Tints of Fun Blue #385179

RGB

 RED value IS 56 (22.27% from 255) = 21.71%

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

 BLUE value IS 121 (47.66% from 255) = 46.9%

R = 21.71%
G = 31.4%
B = 46.9%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#385179 (or 0x385179) is known color: Fun Blue. HEX triplet: 38, 51 and 79. RGB value is (56,81,121). Sum of RGB (Red+Green+Blue) = 56+81+121=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 121 - color contains mainly: blue. Hex color #385179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385179 is #C7AE86. Grayscale: #4D4D4D. Windows color (decimal): -13086343 or 7950648. OLE color: 7950648.

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

Color convert

RGB 56 81 121 -
CMYK 0.54 0.33 0 0.53
HSL 216.92º 0.37% 0.35% -
HSV(B) 216.92º 0.54% 0.47% -
XYZ 8.02 8.11 19.23 -
YUV 78.09 152.22 112.25 -
System Red Green Blue C M Y K H S L
Decimal 56 81 121 0.54 0.33 0 0.53 216.92 0.37 0.35
Hex 38 51 79 36 21 0 35 D9 25 23
Octal 70 121 171 66 41 0 65 331 45 43
Binary 111000 1010001 1111001 110110 100001 0 110101 11011001 100101 100011

Color Harmonies of #385179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385179

Black with #385179

Text Example


Text Example

White with #385179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385179; }

 p { color: rgb(56,81,121); }

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

background-color css

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

 a { background-color: rgb(56,81,121); }

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

border-color css

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

 span { border-color: rgb(56,81,121); }

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