Html Css Color HEX #385076 Fun Blue

📋 copy color: '#385076'

red 56 ◦ green 80 ◦ blue 118

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

Shades of Fun Blue #385076

Tints of Fun Blue #385076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.5%

 BLUE value IS 118 (46.48% from 255) = 46.46%

R = 22.05%
G = 31.5%
B = 46.46%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#385076 (or 0x385076) is known color: Fun Blue. HEX triplet: 38, 50 and 76. RGB value is (56,80,118). Sum of RGB (Red+Green+Blue) = 56+80+118=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #385076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385076 is #C7AF89. Grayscale: #4C4C4C. Windows color (decimal): -13086602 or 7753784. OLE color: 7753784.

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

Color convert

RGB 56 80 118 -
CMYK 0.53 0.32 0 0.54
HSL 216.77º 0.36% 0.34% -
HSV(B) 216.77º 0.53% 0.46% -
XYZ 7.77 7.89 18.25 -
YUV 77.16 151.05 112.91 -
System Red Green Blue C M Y K H S L
Decimal 56 80 118 0.53 0.32 0 0.54 216.77 0.36 0.34
Hex 38 50 76 35 20 0 36 D9 24 22
Octal 70 120 166 65 40 0 66 331 44 42
Binary 111000 1010000 1110110 110101 100000 0 110110 11011001 100100 100010

Color Harmonies of #385076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385076

Black with #385076

Text Example


Text Example

White with #385076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385076; }

 p { color: rgb(56,80,118); }

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

background-color css

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

 a { background-color: rgb(56,80,118); }

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

border-color css

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

 span { border-color: rgb(56,80,118); }

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