Html Css Color HEX #384D7C Fun Blue

📋 copy color: '#384D7C'

red 56 ◦ green 77 ◦ blue 124

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

Shades of Fun Blue #384D7C

Tints of Fun Blue #384D7C

RGB

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

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

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

R = 21.79%
G = 29.96%
B = 48.25%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#384D7C (or 0x384D7C) is known color: Fun Blue. HEX triplet: 38, 4D and 7C. RGB value is (56,77,124). Sum of RGB (Red+Green+Blue) = 56+77+124=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #384D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D7C is #C7B283. Grayscale: #4B4B4B. Windows color (decimal): -13087364 or 8146232. OLE color: 8146232.

HSL color Cylindrical-coordinate representation of color #384D7C: hue angle of 221.47º 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 #384D7C is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 77 124 -
CMYK 0.55 0.38 0 0.51
HSL 221.47º 0.38% 0.35% -
HSV(B) 221.47º 0.55% 0.49% -
XYZ 7.92 7.6 20.12 -
YUV 76.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 56 77 124 0.55 0.38 0 0.51 221.47 0.38 0.35
Hex 38 4D 7C 37 26 0 33 DD 26 23
Octal 70 115 174 67 46 0 63 335 46 43
Binary 111000 1001101 1111100 110111 100110 0 110011 11011101 100110 100011

Color Harmonies of #384D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D7C

Black with #384D7C

Text Example


Text Example

White with #384D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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