Html Css Color HEX #385386 Fun Blue

📋 copy color: '#385386'

red 56 ◦ green 83 ◦ blue 134

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

Shades of Fun Blue #385386

Tints of Fun Blue #385386

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.4%

 BLUE value IS 134 (52.73% from 255) = 49.08%

R = 20.51%
G = 30.4%
B = 49.08%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#385386 (or 0x385386) is known color: Fun Blue. HEX triplet: 38, 53 and 86. RGB value is (56,83,134). Sum of RGB (Red+Green+Blue) = 56+83+134=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #385386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385386 is #C7AC79. Grayscale: #505050. Windows color (decimal): -13085818 or 8803128. OLE color: 8803128.

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

Color convert

RGB 56 83 134 -
CMYK 0.58 0.38 0 0.47
HSL 219.23º 0.41% 0.37% -
HSV(B) 219.23º 0.58% 0.53% -
XYZ 9.03 8.75 23.77 -
YUV 80.74 158.05 110.35 -
System Red Green Blue C M Y K H S L
Decimal 56 83 134 0.58 0.38 0 0.47 219.23 0.41 0.37
Hex 38 53 86 3A 26 0 2F DB 29 25
Octal 70 123 206 72 46 0 57 333 51 45
Binary 111000 1010011 10000110 111010 100110 0 101111 11011011 101001 100101

Color Harmonies of #385386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385386

Black with #385386

Text Example


Text Example

White with #385386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385386; }

 p { color: rgb(56,83,134); }

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

background-color css

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

 a { background-color: rgb(56,83,134); }

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

border-color css

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

 span { border-color: rgb(56,83,134); }

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