Html Css Color HEX #385180 Fun Blue

📋 copy color: '#385180'

red 56 ◦ green 81 ◦ blue 128

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

Shades of Fun Blue #385180

Tints of Fun Blue #385180

RGB

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

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

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

R = 21.13%
G = 30.57%
B = 48.3%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#385180 (or 0x385180) is known color: Fun Blue. HEX triplet: 38, 51 and 80. RGB value is (56,81,128). Sum of RGB (Red+Green+Blue) = 56+81+128=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: blue. Hex color #385180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385180 is #C7AE7F. Grayscale: #4E4E4E. Windows color (decimal): -13086336 or 8409400. OLE color: 8409400.

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

Color convert

RGB 56 81 128 -
CMYK 0.56 0.37 0 0.50
HSL 219.17º 0.39% 0.36% -
HSV(B) 219.17º 0.56% 0.5% -
XYZ 8.47 8.28 21.57 -
YUV 78.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 56 81 128 0.56 0.37 0 0.50 219.17 0.39 0.36
Hex 38 51 80 38 25 0 32 DB 27 24
Octal 70 121 200 70 45 0 62 333 47 44
Binary 111000 1010001 10000000 111000 100101 0 110010 11011011 100111 100100

Color Harmonies of #385180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385180

Black with #385180

Text Example


Text Example

White with #385180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385180; }

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

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

background-color css

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

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

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

border-color css

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

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

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