Html Css Color HEX #385178 Fun Blue

📋 copy color: '#385178'

red 56 ◦ green 81 ◦ blue 120

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

Shades of Fun Blue #385178

Tints of Fun Blue #385178

RGB

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

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

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

R = 21.79%
G = 31.52%
B = 46.69%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#385178 (or 0x385178) is known color: Fun Blue. HEX triplet: 38, 51 and 78. RGB value is (56,81,120). Sum of RGB (Red+Green+Blue) = 56+81+120=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 81 (32.03% from 255 or 31.52% 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 #385178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385178 is #C7AE87. Grayscale: #4D4D4D. Windows color (decimal): -13086344 or 7885112. OLE color: 7885112.

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

Color convert

RGB 56 81 120 -
CMYK 0.53 0.32 0 0.53
HSL 216.56º 0.36% 0.35% -
HSV(B) 216.56º 0.53% 0.47% -
XYZ 7.96 8.08 18.91 -
YUV 77.97 151.72 112.33 -
System Red Green Blue C M Y K H S L
Decimal 56 81 120 0.53 0.32 0 0.53 216.56 0.36 0.35
Hex 38 51 78 35 20 0 35 D9 24 23
Octal 70 121 170 65 40 0 65 331 44 43
Binary 111000 1010001 1111000 110101 100000 0 110101 11011001 100100 100011

Color Harmonies of #385178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385178

Black with #385178

Text Example


Text Example

White with #385178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385178; }

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

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

background-color css

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

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

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

border-color css

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

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

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