Html Css Color HEX #385584 Fun Blue

📋 copy color: '#385584'

red 56 ◦ green 85 ◦ blue 132

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

Shades of Fun Blue #385584

Tints of Fun Blue #385584

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.14%

 BLUE value IS 132 (51.95% from 255) = 48.35%

R = 20.51%
G = 31.14%
B = 48.35%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#385584 (or 0x385584) is known color: Fun Blue. HEX triplet: 38, 55 and 84. RGB value is (56,85,132). Sum of RGB (Red+Green+Blue) = 56+85+132=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #385584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385584 is #C7AA7B. Grayscale: #515151. Windows color (decimal): -13085308 or 8672568. OLE color: 8672568.

HSL color Cylindrical-coordinate representation of color #385584: hue angle of 217.11º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #385584 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 85 132 -
CMYK 0.58 0.36 0 0.48
HSL 217.11º 0.4% 0.37% -
HSV(B) 217.11º 0.58% 0.52% -
XYZ 9.04 9 23.09 -
YUV 81.69 156.39 109.68 -
System Red Green Blue C M Y K H S L
Decimal 56 85 132 0.58 0.36 0 0.48 217.11 0.4 0.37
Hex 38 55 84 3A 24 0 30 D9 28 25
Octal 70 125 204 72 44 0 60 331 50 45
Binary 111000 1010101 10000100 111010 100100 0 110000 11011001 101000 100101

Color Harmonies of #385584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385584

Black with #385584

Text Example


Text Example

White with #385584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385584; }

 p { color: rgb(56,85,132); }

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

background-color css

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

 a { background-color: rgb(56,85,132); }

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

border-color css

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

 span { border-color: rgb(56,85,132); }

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