Html Css Color HEX #384D78 Fun Blue

📋 copy color: '#384D78'

red 56 ◦ green 77 ◦ blue 120

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

Shades of Fun Blue #384D78

Tints of Fun Blue #384D78

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.43%

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

R = 22.13%
G = 30.43%
B = 47.43%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#384D78 (or 0x384D78) is known color: Fun Blue. HEX triplet: 38, 4D and 78. RGB value is (56,77,120). Sum of RGB (Red+Green+Blue) = 56+77+120=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #384D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D78 is #C7B287. Grayscale: #4B4B4B. Windows color (decimal): -13087368 or 7884088. OLE color: 7884088.

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

Color convert

RGB 56 77 120 -
CMYK 0.53 0.36 0 0.53
HSL 220.31º 0.36% 0.35% -
HSV(B) 220.31º 0.53% 0.47% -
XYZ 7.67 7.5 18.81 -
YUV 75.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 56 77 120 0.53 0.36 0 0.53 220.31 0.36 0.35
Hex 38 4D 78 35 24 0 35 DC 24 23
Octal 70 115 170 65 44 0 65 334 44 43
Binary 111000 1001101 1111000 110101 100100 0 110101 11011100 100100 100011

Color Harmonies of #384D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D78

Black with #384D78

Text Example


Text Example

White with #384D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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