Html Css Color HEX #385487 Fun Blue

📋 copy color: '#385487'

red 56 ◦ green 84 ◦ blue 135

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

Shades of Fun Blue #385487

Tints of Fun Blue #385487

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.55%

 BLUE value IS 135 (53.13% from 255) = 49.09%

R = 20.36%
G = 30.55%
B = 49.09%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#385487 (or 0x385487) is known color: Fun Blue. HEX triplet: 38, 54 and 87. RGB value is (56,84,135). Sum of RGB (Red+Green+Blue) = 56+84+135=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #385487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385487 is #C7AB78. Grayscale: #515151. Windows color (decimal): -13085561 or 8868920. OLE color: 8868920.

HSL color Cylindrical-coordinate representation of color #385487: hue angle of 218.73º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #385487 is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 84 135 -
CMYK 0.59 0.38 0 0.47
HSL 218.73º 0.41% 0.37% -
HSV(B) 218.73º 0.59% 0.53% -
XYZ 9.17 8.93 24.16 -
YUV 81.44 158.22 109.85 -
System Red Green Blue C M Y K H S L
Decimal 56 84 135 0.59 0.38 0 0.47 218.73 0.41 0.37
Hex 38 54 87 3B 26 0 2F DB 29 25
Octal 70 124 207 73 46 0 57 333 51 45
Binary 111000 1010100 10000111 111011 100110 0 101111 11011011 101001 100101

Color Harmonies of #385487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385487

Black with #385487

Text Example


Text Example

White with #385487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385487; }

 p { color: rgb(56,84,135); }

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

background-color css

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

 a { background-color: rgb(56,84,135); }

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

border-color css

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

 span { border-color: rgb(56,84,135); }

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