Html Css Color HEX #384C78 Fun Blue

📋 copy color: '#384C78'

red 56 ◦ green 76 ◦ blue 120

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

Shades of Fun Blue #384C78

Tints of Fun Blue #384C78

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.16%

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

R = 22.22%
G = 30.16%
B = 47.62%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#384C78 (or 0x384C78) is known color: Fun Blue. HEX triplet: 38, 4C and 78. RGB value is (56,76,120). Sum of RGB (Red+Green+Blue) = 56+76+120=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #384C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C78 is #C7B387. Grayscale: #4A4A4A. Windows color (decimal): -13087624 or 7883832. OLE color: 7883832.

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

Color convert

RGB 56 76 120 -
CMYK 0.53 0.37 0 0.53
HSL 221.25º 0.36% 0.35% -
HSV(B) 221.25º 0.53% 0.47% -
XYZ 7.61 7.37 18.79 -
YUV 75.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 56 76 120 0.53 0.37 0 0.53 221.25 0.36 0.35
Hex 38 4C 78 35 25 0 35 DD 24 23
Octal 70 114 170 65 45 0 65 335 44 43
Binary 111000 1001100 1111000 110101 100101 0 110101 11011101 100100 100011

Color Harmonies of #384C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C78

Black with #384C78

Text Example


Text Example

White with #384C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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