Html Css Color HEX #385078 Fun Blue

📋 copy color: '#385078'

red 56 ◦ green 80 ◦ blue 120

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

Shades of Fun Blue #385078

Tints of Fun Blue #385078

RGB

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

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

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

R = 21.88%
G = 31.25%
B = 46.88%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#385078 (or 0x385078) is known color: Fun Blue. HEX triplet: 38, 50 and 78. RGB value is (56,80,120). Sum of RGB (Red+Green+Blue) = 56+80+120=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #385078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385078 is #C7AF87. Grayscale: #4D4D4D. Windows color (decimal): -13086600 or 7884856. OLE color: 7884856.

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

Color convert

RGB 56 80 120 -
CMYK 0.53 0.33 0 0.53
HSL 217.5º 0.36% 0.35% -
HSV(B) 217.5º 0.53% 0.47% -
XYZ 7.89 7.93 18.88 -
YUV 77.38 152.05 112.75 -
System Red Green Blue C M Y K H S L
Decimal 56 80 120 0.53 0.33 0 0.53 217.5 0.36 0.35
Hex 38 50 78 35 21 0 35 DA 24 23
Octal 70 120 170 65 41 0 65 332 44 43
Binary 111000 1010000 1111000 110101 100001 0 110101 11011010 100100 100011

Color Harmonies of #385078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385078

Black with #385078

Text Example


Text Example

White with #385078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385078; }

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

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

background-color css

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

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

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

border-color css

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

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

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