Html Css Color HEX #384D77 Fun Blue

📋 copy color: '#384D77'

red 56 ◦ green 77 ◦ blue 119

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

Shades of Fun Blue #384D77

Tints of Fun Blue #384D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.22%

R = 22.22%
G = 30.56%
B = 47.22%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#384D77 (or 0x384D77) is known color: Fun Blue. HEX triplet: 38, 4D and 77. RGB value is (56,77,119). Sum of RGB (Red+Green+Blue) = 56+77+119=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #384D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D77 is #C7B288. Grayscale: #4B4B4B. Windows color (decimal): -13087369 or 7818552. OLE color: 7818552.

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

Color convert

RGB 56 77 119 -
CMYK 0.53 0.35 0 0.53
HSL 220º 0.36% 0.34% -
HSV(B) 220º 0.53% 0.47% -
XYZ 7.61 7.48 18.5 -
YUV 75.51 152.54 114.08 -
System Red Green Blue C M Y K H S L
Decimal 56 77 119 0.53 0.35 0 0.53 220 0.36 0.34
Hex 38 4D 77 35 23 0 35 DC 24 22
Octal 70 115 167 65 43 0 65 334 44 42
Binary 111000 1001101 1110111 110101 100011 0 110101 11011100 100100 100010

Color Harmonies of #384D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D77

Black with #384D77

Text Example


Text Example

White with #384D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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