Html Css Color HEX #385080 Fun Blue

📋 copy color: '#385080'

red 56 ◦ green 80 ◦ blue 128

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

Shades of Fun Blue #385080

Tints of Fun Blue #385080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 48.48%

R = 21.21%
G = 30.3%
B = 48.48%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#385080 (or 0x385080) is known color: Fun Blue. HEX triplet: 38, 50 and 80. RGB value is (56,80,128). Sum of RGB (Red+Green+Blue) = 56+80+128=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #385080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385080 is #C7AF7F. Grayscale: #4E4E4E. Windows color (decimal): -13086592 or 8409144. OLE color: 8409144.

HSL color Cylindrical-coordinate representation of color #385080: hue angle of 220º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #385080 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 80 128 -
CMYK 0.56 0.38 0 0.50
HSL 220º 0.39% 0.36% -
HSV(B) 220º 0.56% 0.5% -
XYZ 8.4 8.14 21.55 -
YUV 78.3 156.05 112.1 -
System Red Green Blue C M Y K H S L
Decimal 56 80 128 0.56 0.38 0 0.50 220 0.39 0.36
Hex 38 50 80 38 26 0 32 DC 27 24
Octal 70 120 200 70 46 0 62 334 47 44
Binary 111000 1010000 10000000 111000 100110 0 110010 11011100 100111 100100

Color Harmonies of #385080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385080

Black with #385080

Text Example


Text Example

White with #385080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385080; }

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

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

background-color css

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

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

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

border-color css

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

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

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