Html Css Color HEX #385079 Fun Blue

📋 copy color: '#385079'

red 56 ◦ green 80 ◦ blue 121

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

Shades of Fun Blue #385079

Tints of Fun Blue #385079

RGB

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

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

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

R = 21.79%
G = 31.13%
B = 47.08%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#385079 (or 0x385079) is known color: Fun Blue. HEX triplet: 38, 50 and 79. RGB value is (56,80,121). Sum of RGB (Red+Green+Blue) = 56+80+121=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 121 - color contains mainly: blue. Hex color #385079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385079 is #C7AF86. Grayscale: #4D4D4D. Windows color (decimal): -13086599 or 7950392. OLE color: 7950392.

HSL color Cylindrical-coordinate representation of color #385079: hue angle of 217.85º 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 #385079 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 80 121 -
CMYK 0.54 0.34 0 0.53
HSL 217.85º 0.37% 0.35% -
HSV(B) 217.85º 0.54% 0.47% -
XYZ 7.95 7.96 19.21 -
YUV 77.5 152.55 112.67 -
System Red Green Blue C M Y K H S L
Decimal 56 80 121 0.54 0.34 0 0.53 217.85 0.37 0.35
Hex 38 50 79 36 22 0 35 DA 25 23
Octal 70 120 171 66 42 0 65 332 45 43
Binary 111000 1010000 1111001 110110 100010 0 110101 11011010 100101 100011

Color Harmonies of #385079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385079

Black with #385079

Text Example


Text Example

White with #385079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385079; }

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

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

background-color css

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

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

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

border-color css

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

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

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