Html Css Color HEX #385280 Fun Blue

📋 copy color: '#385280'

red 56 ◦ green 82 ◦ blue 128

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

Shades of Fun Blue #385280

Tints of Fun Blue #385280

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.83%

 BLUE value IS 128 (50.39% from 255) = 48.12%

R = 21.05%
G = 30.83%
B = 48.12%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#385280 (or 0x385280) is known color: Fun Blue. HEX triplet: 38, 52 and 80. RGB value is (56,82,128). Sum of RGB (Red+Green+Blue) = 56+82+128=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #385280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385280 is #C7AD7F. Grayscale: #4F4F4F. Windows color (decimal): -13086080 or 8409656. OLE color: 8409656.

HSL color Cylindrical-coordinate representation of color #385280: hue angle of 218.33º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #385280 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 82 128 -
CMYK 0.56 0.36 0 0.50
HSL 218.33º 0.39% 0.36% -
HSV(B) 218.33º 0.56% 0.5% -
XYZ 8.54 8.43 21.6 -
YUV 79.47 155.39 111.26 -
System Red Green Blue C M Y K H S L
Decimal 56 82 128 0.56 0.36 0 0.50 218.33 0.39 0.36
Hex 38 52 80 38 24 0 32 DA 27 24
Octal 70 122 200 70 44 0 62 332 47 44
Binary 111000 1010010 10000000 111000 100100 0 110010 11011010 100111 100100

Color Harmonies of #385280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385280

Black with #385280

Text Example


Text Example

White with #385280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385280; }

 p { color: rgb(56,82,128); }

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

background-color css

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

 a { background-color: rgb(56,82,128); }

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

border-color css

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

 span { border-color: rgb(56,82,128); }

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