Html Css Color HEX #384E7C Fun Blue

📋 copy color: '#384E7C'

red 56 ◦ green 78 ◦ blue 124

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

Shades of Fun Blue #384E7C

Tints of Fun Blue #384E7C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.23%

 BLUE value IS 124 (48.83% from 255) = 48.06%

R = 21.71%
G = 30.23%
B = 48.06%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#384E7C (or 0x384E7C) is known color: Fun Blue. HEX triplet: 38, 4E and 7C. RGB value is (56,78,124). Sum of RGB (Red+Green+Blue) = 56+78+124=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #384E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E7C is #C7B183. Grayscale: #4C4C4C. Windows color (decimal): -13087108 or 8146488. OLE color: 8146488.

HSL color Cylindrical-coordinate representation of color #384E7C: hue angle of 220.59º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #384E7C is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 78 124 -
CMYK 0.55 0.37 0 0.51
HSL 220.59º 0.38% 0.35% -
HSV(B) 220.59º 0.55% 0.49% -
XYZ 7.99 7.74 20.14 -
YUV 76.67 154.71 113.26 -
System Red Green Blue C M Y K H S L
Decimal 56 78 124 0.55 0.37 0 0.51 220.59 0.38 0.35
Hex 38 4E 7C 37 25 0 33 DD 26 23
Octal 70 116 174 67 45 0 63 335 46 43
Binary 111000 1001110 1111100 110111 100101 0 110011 11011101 100110 100011

Color Harmonies of #384E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E7C

Black with #384E7C

Text Example


Text Example

White with #384E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,78,124); }

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

background-color css

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

 a { background-color: rgb(56,78,124); }

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

border-color css

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

 span { border-color: rgb(56,78,124); }

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